diff options
author | ion201 | 2016-09-27 11:21:24 -0700 |
---|---|---|
committer | ion201 | 2016-09-27 11:21:24 -0700 |
commit | 9e124d16b8d748fc5479498aeabab40a6f5a92bc (patch) | |
tree | 2c54cbd743d7cbf619ffd3db1a6835cefec2b5f2 /PKGBUILD | |
parent | a364ee2b447d1dedc6f010d38892cca72f37857f (diff) | |
download | aur-9e124d16b8d748fc5479498aeabab40a6f5a92bc.tar.gz |
Remove python2 build patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |