diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-20 11:58:19 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-20 11:58:19 -0300 |
commit | eefed5e3db847eccce0207f89c7430b9ec4994b7 (patch) | |
tree | 95f51b20a40ad67959cc9be5cdd7f0a5831a99d5 /extra/feh | |
parent | c822e72767a8f7f3e97aa44f9c57d0d92fd98070 (diff) | |
parent | 24633b6f6af8dc77ca77224448d226d8e99c9ce1 (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Conflicts:
extra/graphite/PKGBUILD
Diffstat (limited to 'extra/feh')
-rw-r--r-- | extra/feh/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/feh/PKGBUILD b/extra/feh/PKGBUILD index dd8f767d4..76576ab8a 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 168900 2012-10-16 14:01:32Z bisson $ +# $Id: PKGBUILD 174012 2013-01-01 13:02:26Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=feh -pkgver=2.7 +pkgver=2.8 pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' @@ -16,7 +16,7 @@ optdepends=('perl: feh-cam, webcam wrapper for feh' 'imagemagick: support more file formats') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2") -sha1sums=('25c3cf8af2d30b9cc176b36f2a78344ba9ae18f1') +sha1sums=('eeb251d5971cf07e632661ef0b514fc3b0c7aca6') build() { cd "${srcdir}/${pkgname}-${pkgver}" |