Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/mpv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mpv/PKGBUILD')
-rw-r--r--community/mpv/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD
deleted file mode 100644
index 26ffbe51..00000000
--- a/community/mpv/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# luajit uses hard-coded SSE2, disabling it on non-pentium4
-if [ "$CARCH" = 'i486' -o "$CARCH" = 'i686' ]; then
- depends=(${depends[@]//luajit/})
- depends+=('lua52')
-fi