summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012016-07-17 14:16:03 -0500
committerion2012016-07-17 14:16:03 -0500
commit6828154807f0a252853ea01f2f812ae5deb6f299 (patch)
tree72e3a224b30988d56fd840a955801ad543947e2a
parent82e73b7aa4ac14536eb550827c31df1a4b16a739 (diff)
downloadaur-6828154807f0a252853ea01f2f812ae5deb6f299.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 49f31e88efb7..110e40298e5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 2 16:37:11 UTC 2016
+# Sun Jul 17 19:11:35 UTC 2016
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.0.5
+ pkgver = 1.0.6
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 = xviewer-1.0.5.tar.gz::https://github.com/linuxmint/xviewer/archive/1.0.5.tar.gz
- md5sums = 56e0956f180f5947517358a05f2173a0
+ source = xviewer-1.0.6.tar.gz::https://github.com/linuxmint/xviewer/archive/1.0.6.tar.gz
+ md5sums = 428de72cc234aaae0d40c4d3fb21be5e
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 80f390483f7b..0e7e009c44f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.0.5
+pkgver=1.0.6
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=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('56e0956f180f5947517358a05f2173a0')
+md5sums=('428de72cc234aaae0d40c4d3fb21be5e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}