diff options
author | nate | 2020-02-17 18:58:49 -0600 |
---|---|---|
committer | nate | 2020-02-17 18:58:49 -0600 |
commit | b4df847e573b102c8a5959bec5504370fb86cac5 (patch) | |
tree | 3386ba2edd5e2ac64d1695a5e54a604f071d4ab3 | |
parent | 24bf53d251203e943acedd34432a75d6ccfc9a3d (diff) | |
download | aur-b4df847e573b102c8a5959bec5504370fb86cac5.tar.gz |
xviewer 2.4.2
-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 = 2.4.2 + pkgver = 2.4.3 pkgrel = 1 url = https://github.com/linuxmint/xviewer arch = i686 @@ -17,8 +17,8 @@ pkgbase = xviewer optdepends = xviewer-plugins: Extra plugins provides = xviewer conflicts = xviewer-git - source = xviewer-2.4.2-1.tar.gz::https://github.com/linuxmint/xviewer/archive/2.4.2.tar.gz - md5sums = 55d671312e64e2f013886243de82fe0e + source = xviewer-2.4.3-1.tar.gz::https://github.com/linuxmint/xviewer/archive/2.4.3.tar.gz + md5sums = 9ef4e308931c2a6c427e5fa52faf2fae pkgname = xviewer @@ -1,7 +1,7 @@ # Maintainer: Nate Simon <njsimon10@gmail.com> pkgname=xviewer -pkgver=2.4.2 +pkgver=2.4.3 pkgrel=1 pkgdesc="A simple and easy to use image viewer. X-Apps Project." arch=('i686' 'x86_64' 'armv7h') @@ -14,7 +14,7 @@ conflicts=('xviewer-git') url='https://github.com/linuxmint/xviewer' source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz") -md5sums=('55d671312e64e2f013886243de82fe0e') +md5sums=('9ef4e308931c2a6c427e5fa52faf2fae') build() { cd ${srcdir}/${pkgname}-${pkgver} |