summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-06-08 18:26:56 -0500
committernate2023-06-08 18:26:56 -0500
commit5ced3f6b7e5c4abff605b8b0ae9fde8e038e826e (patch)
tree847ac5b54a3a18e9b1a783e67fce348c18c318b5
parent541eec1cc57b9b5d86a56b1f8163ec9f5caa5359 (diff)
downloadaur-5ced3f6b7e5c4abff605b8b0ae9fde8e038e826e.tar.gz
xviewer 3.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52599637de7e..3b6bb04279ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 3.4.0
+ pkgver = 3.4.1
pkgrel = 3
url = https://github.com/linuxmint/xviewer
arch = i686
@@ -24,7 +24,7 @@ pkgbase = xviewer
optdepends = webp-pixbuf-loader: webp image support
optdepends = libheif: Load .heif, .heic, and .avif
optdepends = libavif: Load .avif
- source = xviewer-3.4.0.tar.gz::https://github.com/linuxmint/xviewer/archive/3.4.0.tar.gz
- md5sums = 3284e045ee7a827c1d77e4f3aa1f5c25
+ source = xviewer-3.4.1.tar.gz::https://github.com/linuxmint/xviewer/archive/3.4.1.tar.gz
+ md5sums = d60bed21be83c22a6aa003eb524f01bd
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 96f8db437e06..f1137f5ae3e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=xviewer
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=3
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
@@ -19,7 +19,7 @@ optdepends=('xviewer-plugins: Extra plugins'
url='https://github.com/linuxmint/xviewer'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-md5sums=('3284e045ee7a827c1d77e4f3aa1f5c25')
+md5sums=('d60bed21be83c22a6aa003eb524f01bd')
build() {
cd ${srcdir}/${pkgname}-${pkgver}