summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f47c13f128..a1f648cf7faa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 28 20:44:17 UTC 2016
+# Mon Jun 20 23:07:48 UTC 2016
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.0.3
+ pkgver = 1.0.4
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.3.tar.gz
- md5sums = 30cc6ebbbf8fba936a4759d1fd17562c
+ source = https://github.com/linuxmint/xviewer/archive/1.0.4.tar.gz
+ md5sums = c6ec85d6508e05218a9451cb95de4865
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 29db6afc2ccf..db80866f66b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.0.3
+pkgver=1.0.4
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=('30cc6ebbbf8fba936a4759d1fd17562c')
+md5sums=('c6ec85d6508e05218a9451cb95de4865')
build() {
cd ${srcdir}/${pkgname}-${pkgver}