summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2017-05-06 16:38:01 -0700
committernate2017-05-06 16:38:01 -0700
commit23394ee1194823da7afa85a1bebefbe8089a5b54 (patch)
treeaf9edac5018712e95baba3a73e6b63e5b4b67004
parent63aa249fc059c9e480f21380d787f1dfbd2fa789 (diff)
downloadaur-23394ee1194823da7afa85a1bebefbe8089a5b54.tar.gz
version bump 1.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 215108fdf2d7..a2b4b768532a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 5 15:19:42 UTC 2017
+# Sat May 6 23:34:40 UTC 2017
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/linuxmint/xviewer
install = xviewer.install
@@ -18,8 +18,8 @@ pkgbase = xviewer
depends = libpeas
optdepends = xviewer-plugins: Extra plugins
conflicts = xviewer-git
- source = xviewer-1.4.0.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.0.tar.gz
- md5sums = d6120ac1ae0913dcec35a3e278cc78b3
+ source = xviewer-1.4.1.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.1.tar.gz
+ md5sums = 2653d3eeb6761ddf30dbb5b19a4f05d7
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 89001750369d..869d5d5e4f04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ url='https://github.com/linuxmint/xviewer'
install=xviewer.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('d6120ac1ae0913dcec35a3e278cc78b3')
+md5sums=('2653d3eeb6761ddf30dbb5b19a4f05d7')
build() {
cd ${srcdir}/${pkgname}-${pkgver}