summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2016-12-13 09:49:36 -0700
committernate2016-12-13 09:49:36 -0700
commit58745c63eaa63c4e1a6efa28c7087ede5c41aeaf (patch)
tree002b5aea568fc5b0ae98bc164f2df96391c99541
parent37e71faa3679291db46be7f3c6b20e84a2a6211c (diff)
downloadaur-58745c63eaa63c4e1a6efa28c7087ede5c41aeaf.tar.gz
1.2.2 version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6e9126b056b..cfd4120ba39e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 12 17:01:22 UTC 2016
+# Mon Dec 12 23:21:34 UTC 2016
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.2.1
+ pkgver = 1.2.2
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.1.tar.gz::https://github.com/linuxmint/xviewer/archive/1.2.1.tar.gz
- md5sums = bd1f72354b051c32480965a21aefe0d2
+ source = xviewer-1.2.2.tar.gz::https://github.com/linuxmint/xviewer/archive/1.2.2.tar.gz
+ md5sums = d6fa09f6f860291d29c9161ac3acc691
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 9ae8cdd1a48f..3ead187e064e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.2.1
+pkgver=1.2.2
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=('bd1f72354b051c32480965a21aefe0d2')
+md5sums=('d6fa09f6f860291d29c9161ac3acc691')
build() {
cd ${srcdir}/${pkgname}-${pkgver}