summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2025-01-08 10:40:15 -0600
committernate2025-01-08 10:40:15 -0600
commit03c94497c6b2965178b68e80689c3858fdcc53c4 (patch)
tree8710d3b175198bd6d29b1d794ebf03430cf0355b
parent5925d1fe94ab0320847156fc53fb9ffd4cb61364 (diff)
downloadaur-xviewer.tar.gz
xviewer 3.4.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9331a4ca164..3b9dc1c3e6f8 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.7
+ pkgver = 3.4.8
pkgrel = 1
url = https://github.com/linuxmint/xviewer
arch = i686
@@ -26,7 +26,7 @@ pkgbase = xviewer
optdepends = libheif: Load .heif, .heic, and .avif
optdepends = libavif: Load .avif
optdepends = yelp: View xviewer help and documentation from the app
- source = xviewer-3.4.7.tar.gz::https://github.com/linuxmint/xviewer/archive/3.4.7.tar.gz
- md5sums = 239544744c2168094ecca3dc33f554ed
+ source = xviewer-3.4.8.tar.gz::https://github.com/linuxmint/xviewer/archive/3.4.8.tar.gz
+ md5sums = bc1db6b1fd308ed595cf38491ab9fa4b
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index c26e9123dc81..7b10116e585b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=xviewer
-pkgver=3.4.7
+pkgver=3.4.8
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
@@ -23,7 +23,7 @@ optdepends=('xviewer-plugins: Extra plugins'
url='https://github.com/linuxmint/xviewer'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-md5sums=('239544744c2168094ecca3dc33f554ed')
+md5sums=('bc1db6b1fd308ed595cf38491ab9fa4b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}