summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012017-05-26 15:44:31 -0700
committerion2012017-05-26 15:45:09 -0700
commit108a3add5779717ef613667bee972f502ea45c92 (patch)
tree1a92ef2c4d4045c3fb36a23b25e0c1d0d12aaf4f
parent23394ee1194823da7afa85a1bebefbe8089a5b54 (diff)
downloadaur-108a3add5779717ef613667bee972f502ea45c92.tar.gz
updated version 1.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2b4b768532a..9cf14b739229 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 6 23:34:40 UTC 2017
+# Fri May 26 22:04:22 UTC 2017
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.4.1
+ pkgver = 1.4.2
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.4.1.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.1.tar.gz
- md5sums = 2653d3eeb6761ddf30dbb5b19a4f05d7
+ source = xviewer-1.4.2.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.2.tar.gz
+ md5sums = 27009206a7866eef130fcc0b8d629062
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 869d5d5e4f04..10fda90629fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.4.1
+pkgver=1.4.2
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=('2653d3eeb6761ddf30dbb5b19a4f05d7')
+md5sums=('27009206a7866eef130fcc0b8d629062')
build() {
cd ${srcdir}/${pkgname}-${pkgver}