summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2016-12-13 09:48:54 -0700
committernate2016-12-13 09:48:54 -0700
commit54a34fc870ba6ab06e8d151ffce4a3f5a30cb754 (patch)
tree0d509cd5d45d05d8ebc08bebfae97cf6ce5ff636 /PKGBUILD
parent961fa898cf91c6fca0fe2a1f0b950d8aa7ebab49 (diff)
downloadaur-54a34fc870ba6ab06e8d151ffce4a3f5a30cb754.tar.gz
1.2.2 version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3908481e99b9..a1deb50d802a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xplayer
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="Simple media player. X-Apps Project."
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ url='https://github.com/linuxmint/xplayer'
install=xplayer.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('b50294ff7cff885b342db8f47c52767f')
+md5sums=('ffcf02fe7c421f552e4639afa7495aa5')
build() {
cd ${srcdir}/${pkgname}-${pkgver}