summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2018-11-22 09:08:27 -0600
committernate2018-11-22 09:08:27 -0600
commitfa68930f8af3e14530af49c3b96ab2dc6627f7b2 (patch)
treed4b8ca364fd524b879f644a1b245542359a6c997
parent0185ce74884798b1dfa1ebc68452896822dde5cf (diff)
downloadaur-fa68930f8af3e14530af49c3b96ab2dc6627f7b2.tar.gz
xviewer 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bc96b7c732b..c6894ca12c9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.8.1
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/linuxmint/xviewer
arch = i686
@@ -17,8 +17,8 @@ pkgbase = xviewer
optdepends = xviewer-plugins: Extra plugins
provides = xviewer
conflicts = xviewer-git
- source = xviewer-1.8.1-1.tar.gz::https://github.com/linuxmint/xviewer/archive/1.8.1.tar.gz
- md5sums = 466c942c84814f135c34ff918ff6e379
+ source = xviewer-2.0.0-1.tar.gz::https://github.com/linuxmint/xviewer/archive/2.0.0.tar.gz
+ md5sums = a465e6b30009def5ac82297e118c54bb
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index adec9f29b806..cb505cbf8348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.8.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
@@ -14,7 +14,7 @@ conflicts=('xviewer-git')
url='https://github.com/linuxmint/xviewer'
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('466c942c84814f135c34ff918ff6e379')
+md5sums=('a465e6b30009def5ac82297e118c54bb')
build() {
cd ${srcdir}/${pkgname}-${pkgver}