summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012016-09-27 11:21:24 -0700
committerion2012016-09-27 11:21:24 -0700
commit9e124d16b8d748fc5479498aeabab40a6f5a92bc (patch)
tree2c54cbd743d7cbf619ffd3db1a6835cefec2b5f2
parenta364ee2b447d1dedc6f010d38892cca72f37857f (diff)
downloadaur-9e124d16b8d748fc5479498aeabab40a6f5a92bc.tar.gz
Remove python2 build patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24dc9b7d476f..e3e431ac4e35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 21 18:48:08 UTC 2016
+# Tue Sep 27 18:21:01 UTC 2016
pkgbase = xplayer-git
pkgdesc = Simple media player. X-Apps Project (git version).
- pkgver = 1.0.7.r4.g772ae2e
+ pkgver = 1.0.7.r6.g30adbb0
pkgrel = 1
url = https://github.com/linuxmint/xplayer
install = xplayer.install
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