summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2018-06-09 16:22:57 -0500
committernate2018-06-09 16:22:57 -0500
commit0185ce74884798b1dfa1ebc68452896822dde5cf (patch)
tree4dd6ea712cc64d7f43d74484c3e0d42bfb06174f
parentfab83149b2d5d3edf34f948ae7f4f9245820996d (diff)
downloadaur-0185ce74884798b1dfa1ebc68452896822dde5cf.tar.gz
xviewer 1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0602f105c9a6..2bc96b7c732b 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.0
+ pkgver = 1.8.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-1.8.0-1.tar.gz::https://github.com/linuxmint/xviewer/archive/1.8.0.tar.gz
- md5sums = 1789b9c8255ce360b47b70ee7b31b630
+ source = xviewer-1.8.1-1.tar.gz::https://github.com/linuxmint/xviewer/archive/1.8.1.tar.gz
+ md5sums = 466c942c84814f135c34ff918ff6e379
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 58095c33aeda..adec9f29b806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.8.0
+pkgver=1.8.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=('1789b9c8255ce360b47b70ee7b31b630')
+md5sums=('466c942c84814f135c34ff918ff6e379')
build() {
cd ${srcdir}/${pkgname}-${pkgver}