summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2018-11-22 09:02:04 -0600
committernate2018-11-22 09:02:04 -0600
commit39d67a066ab830abdb6603c15c63e3aee03a5078 (patch)
tree8cfe841d7ba04f5e192d5c6e1d78d2250cc1bbe1 /PKGBUILD
parentc96b01978bd4e2187beffdcb169d3100ffa72441 (diff)
downloadaur-39d67a066ab830abdb6603c15c63e3aee03a5078.tar.gz
xplayer 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e23eda627b0c..e96f2444f8be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xplayer
-pkgver=1.8.1
+pkgver=2.0.0
pkgrel=2
pkgdesc="Simple media player. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
@@ -21,17 +21,12 @@ conflicts=('xplayer-git')
url='https://github.com/linuxmint/xplayer'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('e03a0220cad789376285af777b18e48d')
+md5sums=('cbcba4e6e5e3ea312799ba10e250fc66')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- # 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" \