summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012017-05-05 08:23:54 -0700
committerion2012017-05-05 08:23:54 -0700
commit63aa249fc059c9e480f21380d787f1dfbd2fa789 (patch)
tree7a5f29b6d8ffd02a030ffc3fd7396657d9f02234
parent58745c63eaa63c4e1a6efa28c7087ede5c41aeaf (diff)
downloadaur-63aa249fc059c9e480f21380d787f1dfbd2fa789.tar.gz
bump version to 1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfd4120ba39e..215108fdf2d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 12 23:21:34 UTC 2016
+# Fri May 5 15:19:42 UTC 2017
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.2.2
+ pkgver = 1.4.0
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.2.2.tar.gz::https://github.com/linuxmint/xviewer/archive/1.2.2.tar.gz
- md5sums = d6fa09f6f860291d29c9161ac3acc691
+ source = xviewer-1.4.0.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.0.tar.gz
+ md5sums = d6120ac1ae0913dcec35a3e278cc78b3
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 3ead187e064e..89001750369d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.2.2
+pkgver=1.4.0
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=('d6fa09f6f860291d29c9161ac3acc691')
+md5sums=('d6120ac1ae0913dcec35a3e278cc78b3')
build() {
cd ${srcdir}/${pkgname}-${pkgver}