summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-09-13 17:37:36 -0300
committerDaniel Bermond2017-09-13 17:37:36 -0300
commita9fbc33e1d66ba475e231cfa1188b07b6433f8a8 (patch)
tree7c5121c58a69d1ce193cf001ba78182736e88423
parentb39e4143c7a9e51cbc9840be887b62118c82a14a (diff)
downloadaur-a9fbc33e1d66ba475e231cfa1188b07b6433f8a8.tar.gz
Removed duplicated option
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3eacdda422a..4d61a31dceb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 8 16:33:50 UTC 2017
+# Wed Sep 13 20:20:02 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
pkgver = 0.26.0.r134.g7397e8ab42
- pkgrel = 1
+ pkgrel = 2
url = http://mpv.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 06d94977cabe..1581c00947bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mpv-full-git
pkgver=0.26.0.r134.g7397e8ab42
-pkgrel=1
+pkgrel=2
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -79,7 +79,6 @@ build() {
--disable-test \
--disable-clang-database \
\
- --disable-android \
--disable-uwp \
--disable-win32-internal-pthreads \
--enable-iconv \