summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2016-05-03 17:27:47 -0700
committernate2016-05-03 17:27:47 -0700
commitfddfa9f7c5edc9eab404e7bac23326632e4b5b76 (patch)
treeb60879c1e1d2e543487ca4bc1c5f0b9850ed5eb1
parent8051d638c29bc215c076ad57f9284a9917f7439d (diff)
downloadaur-fddfa9f7c5edc9eab404e7bac23326632e4b5b76.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 764cebf9fe40..83606e4aaf0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 14 14:17:53 UTC 2016
+# Tue May 3 22:01:50 UTC 2016
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/linuxmint/xviewer
install = xviewer.install
@@ -17,8 +17,8 @@ pkgbase = xviewer
depends = gnome-desktop
depends = libpeas
conflicts = xviewer-git
- source = https://github.com/linuxmint/xviewer/archive/1.0.1.tar.gz
- md5sums = 4a193ddeffb1f2b19668cdf8387f3c71
+ source = https://github.com/linuxmint/xviewer/archive/1.0.2.tar.gz
+ md5sums = b138a63267b03693d8bc0a596d145b90
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 1dc983338254..8ff098705e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ url='https://github.com/linuxmint/xviewer'
install=xviewer.install
source=("https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('4a193ddeffb1f2b19668cdf8387f3c71')
+md5sums=('b138a63267b03693d8bc0a596d145b90')
build() {
cd ${srcdir}/${pkgname}-${pkgver}