summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2016-11-12 10:09:19 -0700
committernate2016-11-12 10:09:19 -0700
commit37e71faa3679291db46be7f3c6b20e84a2a6211c (patch)
tree0826356ab0a50eec2c331ecdac798ab301f9c24f
parent1416e0f18be742381096df259ee7db021eaacb5c (diff)
downloadaur-37e71faa3679291db46be7f3c6b20e84a2a6211c.tar.gz
1.2.1 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b965f400fba..f6e9126b056b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 8 03:35:10 UTC 2016
+# Sat Nov 12 17:01:22 UTC 2016
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.2.0
+ pkgver = 1.2.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.2.0.tar.gz::https://github.com/linuxmint/xviewer/archive/1.2.0.tar.gz
- md5sums = 69efad972fc03c69e6792c795a84ac33
+ source = xviewer-1.2.1.tar.gz::https://github.com/linuxmint/xviewer/archive/1.2.1.tar.gz
+ md5sums = bd1f72354b051c32480965a21aefe0d2
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index cbbea0425221..9ae8cdd1a48f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.2.0
+pkgver=1.2.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=('69efad972fc03c69e6792c795a84ac33')
+md5sums=('bd1f72354b051c32480965a21aefe0d2')
build() {
cd ${srcdir}/${pkgname}-${pkgver}