summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-06-03 15:23:35 -0500
committernate2023-06-03 15:23:35 -0500
commit541eec1cc57b9b5d86a56b1f8163ec9f5caa5359 (patch)
tree4c5b7040743ab877c59077b0bdc5389aeb8c9170
parent8bb849f3f159033b59447e2379e9a0b7cef54810 (diff)
downloadaur-541eec1cc57b9b5d86a56b1f8163ec9f5caa5359.tar.gz
xviewer 3.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8732106750ef..52599637de7e 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.2.12
+ pkgver = 3.4.0
pkgrel = 3
url = https://github.com/linuxmint/xviewer
arch = i686
@@ -22,7 +22,9 @@ pkgbase = xviewer
optdepends = xviewer-plugins: Extra plugins
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 = a29cdb23a52afae26bedc9238d6ad87a
+ 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
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index e9d5caf117e4..96f8db437e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=xviewer
-pkgver=3.2.12
+pkgver=3.4.0
pkgrel=3
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
@@ -12,11 +12,14 @@ makedepends=('gobject-introspection' 'librsvg' 'meson' 'itstool'
'gtk-doc')
optdepends=('xviewer-plugins: Extra plugins'
'librsvg: for scaling svg images'
- 'webp-pixbuf-loader: webp image support')
+ 'webp-pixbuf-loader: webp image support'
+ 'libheif: Load .heif, .heic, and .avif'
+ 'libavif: Load .avif'
+)
url='https://github.com/linuxmint/xviewer'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-md5sums=('a29cdb23a52afae26bedc9238d6ad87a')
+md5sums=('3284e045ee7a827c1d77e4f3aa1f5c25')
build() {
cd ${srcdir}/${pkgname}-${pkgver}