diff options
author | nate | 2017-05-06 16:38:01 -0700 |
---|---|---|
committer | nate | 2017-05-06 16:38:01 -0700 |
commit | 23394ee1194823da7afa85a1bebefbe8089a5b54 (patch) | |
tree | af9edac5018712e95baba3a73e6b63e5b4b67004 | |
parent | 63aa249fc059c9e480f21380d787f1dfbd2fa789 (diff) | |
download | aur-23394ee1194823da7afa85a1bebefbe8089a5b54.tar.gz |
version bump 1.4.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri May 5 15:19:42 UTC 2017 +# Sat May 6 23:34:40 UTC 2017 pkgbase = xviewer pkgdesc = A simple and easy to use image viewer. X-Apps Project. - pkgver = 1.4.0 + pkgver = 1.4.1 pkgrel = 1 url = https://github.com/linuxmint/xviewer install = xviewer.install @@ -18,8 +18,8 @@ pkgbase = xviewer depends = libpeas optdepends = xviewer-plugins: Extra plugins conflicts = xviewer-git - source = xviewer-1.4.0.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.0.tar.gz - md5sums = d6120ac1ae0913dcec35a3e278cc78b3 + source = xviewer-1.4.1.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.1.tar.gz + md5sums = 2653d3eeb6761ddf30dbb5b19a4f05d7 pkgname = xviewer @@ -1,7 +1,7 @@ # Maintainer: Nate Simon <aurpkg (at natesimon.net)> pkgname=xviewer -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc="A simple and easy to use image viewer. X-Apps Project." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ url='https://github.com/linuxmint/xviewer' install=xviewer.install source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz") -md5sums=('d6120ac1ae0913dcec35a3e278cc78b3') +md5sums=('2653d3eeb6761ddf30dbb5b19a4f05d7') build() { cd ${srcdir}/${pkgname}-${pkgver} |