summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2018-11-22 09:02:04 -0600
committernate2018-11-22 09:02:04 -0600
commit39d67a066ab830abdb6603c15c63e3aee03a5078 (patch)
tree8cfe841d7ba04f5e192d5c6e1d78d2250cc1bbe1
parentc96b01978bd4e2187beffdcb169d3100ffa72441 (diff)
downloadaur-39d67a066ab830abdb6603c15c63e3aee03a5078.tar.gz
xplayer 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9f72326e165..da371818aef5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xplayer
pkgdesc = Simple media player. X-Apps Project.
- pkgver = 1.8.1
+ pkgver = 2.0.0
pkgrel = 2
url = https://github.com/linuxmint/xplayer
arch = i686
@@ -29,8 +29,8 @@ pkgbase = xplayer
optdepends = python2-xdg: Subtitle downloader plugin
provides = xplayer
conflicts = xplayer-git
- source = xplayer-1.8.1.tar.gz::https://github.com/linuxmint/xplayer/archive/1.8.1.tar.gz
- md5sums = e03a0220cad789376285af777b18e48d
+ source = xplayer-2.0.0.tar.gz::https://github.com/linuxmint/xplayer/archive/2.0.0.tar.gz
+ md5sums = cbcba4e6e5e3ea312799ba10e250fc66
pkgname = xplayer
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" \