summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fe1a40124ce..b77cf4cdd133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xplayer-git
pkgdesc = Simple media player. X-Apps Project (git version).
- pkgver = 1.8.1.r0.gfd15ecd
+ pkgver = 2.0.0.r0.gf73aa65
pkgrel = 1
url = https://github.com/linuxmint/xplayer
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ef75b6e406d8..536ff4e2d130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xplayer-git
_pkgbasename=xplayer
-pkgver=1.8.1.r0.gfd15ecd
+pkgver=2.0.0.r0.gf73aa65
pkgrel=1
pkgdesc="Simple media player. X-Apps Project (git version)."
arch=('i686' 'x86_64' 'armv7h')
@@ -29,11 +29,6 @@ pkgver() {
build() {
cd ${srcdir}/${pkgname}
- # https://github.com/linuxmint/xplayer/issues/22
- # 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
-
./autogen.sh ax_is_release="yes" \
--prefix="/usr" \
--localstatedir="/var" \