summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2017-06-28 18:17:27 -0500
committernate2017-06-28 18:17:27 -0500
commite9105205f081fd95b73bd3615f98985f2be6b892 (patch)
treef463355f712a3fcb9a97d04deee6d72ad72836d2
parent108a3add5779717ef613667bee972f502ea45c92 (diff)
downloadaur-e9105205f081fd95b73bd3615f98985f2be6b892.tar.gz
Version 1.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cf14b739229..872528b4fde7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 26 22:04:22 UTC 2017
+# Wed Jun 28 23:14:18 UTC 2017
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.4.2
+ pkgver = 1.4.3
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.2.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.2.tar.gz
- md5sums = 27009206a7866eef130fcc0b8d629062
+ source = xviewer-1.4.3.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.3.tar.gz
+ md5sums = ca5b414dba67ea0a056f4e4a6131969f
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 10fda90629fd..9074feba6eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.4.2
+pkgver=1.4.3
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=('27009206a7866eef130fcc0b8d629062')
+md5sums=('ca5b414dba67ea0a056f4e4a6131969f')
build() {
cd ${srcdir}/${pkgname}-${pkgver}