summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012016-05-28 15:44:58 -0500
committerion2012016-05-28 15:44:58 -0500
commit3ea2096146421da6ae91d722153e4a336b1b0631 (patch)
tree5f5897f6b7674c00e3d752feb25e6440489f530e
parentfddfa9f7c5edc9eab404e7bac23326632e4b5b76 (diff)
downloadaur-3ea2096146421da6ae91d722153e4a336b1b0631.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 83606e4aaf0b..d2f47c13f128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 3 22:01:50 UTC 2016
+# Sat May 28 20:44:17 UTC 2016
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.0.2
+ pkgver = 1.0.3
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.2.tar.gz
- md5sums = b138a63267b03693d8bc0a596d145b90
+ source = https://github.com/linuxmint/xviewer/archive/1.0.3.tar.gz
+ md5sums = 30cc6ebbbf8fba936a4759d1fd17562c
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 8ff098705e7c..29db6afc2ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.0.2
+pkgver=1.0.3
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=('b138a63267b03693d8bc0a596d145b90')
+md5sums=('30cc6ebbbf8fba936a4759d1fd17562c')
build() {
cd ${srcdir}/${pkgname}-${pkgver}