summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2020-02-17 18:58:49 -0600
committernate2020-02-17 18:58:49 -0600
commitb4df847e573b102c8a5959bec5504370fb86cac5 (patch)
tree3386ba2edd5e2ac64d1695a5e54a604f071d4ab3
parent24bf53d251203e943acedd34432a75d6ccfc9a3d (diff)
downloadaur-b4df847e573b102c8a5959bec5504370fb86cac5.tar.gz
xviewer 2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f56b5e69cd4..0b6653b55a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 2.4.2
+ pkgver = 2.4.3
pkgrel = 1
url = https://github.com/linuxmint/xviewer
arch = i686
@@ -17,8 +17,8 @@ pkgbase = xviewer
optdepends = xviewer-plugins: Extra plugins
provides = xviewer
conflicts = xviewer-git
- source = xviewer-2.4.2-1.tar.gz::https://github.com/linuxmint/xviewer/archive/2.4.2.tar.gz
- md5sums = 55d671312e64e2f013886243de82fe0e
+ source = xviewer-2.4.3-1.tar.gz::https://github.com/linuxmint/xviewer/archive/2.4.3.tar.gz
+ md5sums = 9ef4e308931c2a6c427e5fa52faf2fae
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 2a6722a0ecf7..ccc716cd0a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=xviewer
-pkgver=2.4.2
+pkgver=2.4.3
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
@@ -14,7 +14,7 @@ conflicts=('xviewer-git')
url='https://github.com/linuxmint/xviewer'
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('55d671312e64e2f013886243de82fe0e')
+md5sums=('9ef4e308931c2a6c427e5fa52faf2fae')
build() {
cd ${srcdir}/${pkgname}-${pkgver}