diff options
author | nate | 2024-01-09 10:34:03 -0600 |
---|---|---|
committer | nate | 2024-01-09 10:34:03 -0600 |
commit | 982ed58cbd61ef5f2be3ea485ce6b21d09b82020 (patch) | |
tree | 6f22d56b7186c07e59a8aadc57586f3bf2f0aca5 | |
parent | 8c4eec0049451d8af1d8fa8c27ffa181657e8070 (diff) | |
download | aur-982ed58cbd61ef5f2be3ea485ce6b21d09b82020.tar.gz |
Xviewer 3.4.4
-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.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 @@ -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} |