diff options
Diffstat (limited to 'community/sxiv/PKGBUILD')
-rw-r--r-- | community/sxiv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index c24491033..88a0a5139 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Bert Muennich <muennich at informatik.hu-berlin.de> pkgname=sxiv -pkgver=0.8.1 -pkgrel=3 +pkgver=0.8.2 +pkgrel=1 pkgdesc='simple x image viewer' arch=('i686' 'x86_64') license=('GPL2') @@ -13,7 +13,7 @@ depends=('libx11' 'xproto' 'imlib2') source=("https://github.com/downloads/muennich/sxiv/sxiv-${pkgver}.tar.gz" 'sxiv.desktop' 'config.h') -md5sums=('23006a1900690d46c0ff126c76cdbd02' +md5sums=('6948b4c02f9458c4160c6e458228b85f' '1dda85ff6bed4de337f8fb303075ed11' '8018e9f2f63b155098428be9dbaf8b5c') |