diff options
author | nate | 2025-01-08 10:40:15 -0600 |
---|---|---|
committer | nate | 2025-01-08 10:40:15 -0600 |
commit | 03c94497c6b2965178b68e80689c3858fdcc53c4 (patch) | |
tree | 8710d3b175198bd6d29b1d794ebf03430cf0355b | |
parent | 5925d1fe94ab0320847156fc53fb9ffd4cb61364 (diff) | |
download | aur-xviewer.tar.gz |
xviewer 3.4.8
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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} |