summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2019-08-01 17:06:42 -0500
committernate2019-08-01 17:06:42 -0500
commitc75830e9e1d65f9d001f67985f3bd1aa74584154 (patch)
tree3e8ae8371dd220e9366e9cefd58e391f8b1b3fc3
parenta550158f3dbfc38678455348dd28508054bdd4f0 (diff)
downloadaur-c75830e9e1d65f9d001f67985f3bd1aa74584154.tar.gz
xviewer 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 278b6d3ae39d..0596a372643b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 2.0.2
+ pkgver = 2.2.1
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-2.0.2-1.tar.gz::https://github.com/linuxmint/xviewer/archive/2.0.2.tar.gz
- md5sums = 26dd06c2f5ee429c351f8654a9fa466b
+ source = xviewer-2.2.1-1.tar.gz::https://github.com/linuxmint/xviewer/archive/2.2.1.tar.gz
+ md5sums = ad46dbb9aaa483749df56af27b15bef1
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 30cd3e6faa20..100c4a28938a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
+# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=xviewer
-pkgver=2.0.2
+pkgver=2.2.1
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=('26dd06c2f5ee429c351f8654a9fa466b')
+md5sums=('ad46dbb9aaa483749df56af27b15bef1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}