summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorion2012016-09-27 11:21:24 -0700
committerion2012016-09-27 11:21:24 -0700
commit9e124d16b8d748fc5479498aeabab40a6f5a92bc (patch)
tree2c54cbd743d7cbf619ffd3db1a6835cefec2b5f2 /PKGBUILD
parenta364ee2b447d1dedc6f010d38892cca72f37857f (diff)
downloadaur-9e124d16b8d748fc5479498aeabab40a6f5a92bc.tar.gz
Remove python2 build patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dba83da9078e..c12adb6ee47c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xplayer-git
_pkgbasename=xplayer
-pkgver=1.0.7.r4.g772ae2e
+pkgver=1.0.7.r6.g30adbb0
pkgrel=1
pkgdesc="Simple media player. X-Apps Project (git version)."
arch=('i686' 'x86_64')
@@ -29,10 +29,9 @@ pkgver() {
build() {
cd ${srcdir}/${pkgname}
- sed -i 's/PYTHON=python/PYTHON=python2/g' py-compile
# https://github.com/linuxmint/xplayer/issues/22
- # I don't think there is a switch to disable grilo, so just bump the required
+ # No switch to disable grilo, so just bump the required
# version to something that obviously won't be satisfied.
sed -i 's/GRILO_REQS=0.2.0/GRILO_REQS=0.9.0/g' configure.ac