summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8f09d3ae3e2..d9d3c93d7769 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.3
+ pkgver = 3.4.4
pkgrel = 1
url = https://github.com/linuxmint/xviewer
arch = i686
@@ -25,7 +25,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.3.tar.gz::https://github.com/linuxmint/xviewer/archive/3.4.3.tar.gz
- md5sums = 1ee7867bf7c0e44d78b74de213d9529c
+ source = xviewer-3.4.4.tar.gz::https://github.com/linuxmint/xviewer/archive/3.4.4.tar.gz
+ md5sums = 73c7e2725064e21c673aa54581e8a1dc
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 83da440522ea..c86ab559abc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=xviewer
-pkgver=3.4.3
+pkgver=3.4.4
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
@@ -20,7 +20,7 @@ optdepends=('xviewer-plugins: Extra plugins'
url='https://github.com/linuxmint/xviewer'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-md5sums=('1ee7867bf7c0e44d78b74de213d9529c')
+md5sums=('73c7e2725064e21c673aa54581e8a1dc')
build() {
cd ${srcdir}/${pkgname}-${pkgver}