summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-02-06 08:13:10 -0600
committernate2023-02-06 08:13:10 -0600
commit8bb849f3f159033b59447e2379e9a0b7cef54810 (patch)
tree7d564b1f7612218a1af50526e6999b00c42bcfaa
parent090ee253874858710a16f108cf6f4b68deade66f (diff)
downloadaur-8bb849f3f159033b59447e2379e9a0b7cef54810.tar.gz
revert checksum xviewer 3.2.12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 112baa597dd8..8732106750ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
pkgver = 3.2.12
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linuxmint/xviewer
arch = i686
arch = x86_64
@@ -23,6 +23,6 @@ pkgbase = xviewer
optdepends = librsvg: for scaling svg images
optdepends = webp-pixbuf-loader: webp image support
source = xviewer-3.2.12.tar.gz::https://github.com/linuxmint/xviewer/archive/3.2.12.tar.gz
- md5sums = b7c687d562b29d8fea0063369d81c0ce
+ md5sums = a29cdb23a52afae26bedc9238d6ad87a
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 7d6721f899fb..e9d5caf117e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xviewer
pkgver=3.2.12
-pkgrel=2
+pkgrel=3
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -16,7 +16,7 @@ optdepends=('xviewer-plugins: Extra plugins'
url='https://github.com/linuxmint/xviewer'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-md5sums=('b7c687d562b29d8fea0063369d81c0ce')
+md5sums=('a29cdb23a52afae26bedc9238d6ad87a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}