diff options
Diffstat (limited to 'extra/feh/PKGBUILD')
-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 b39d3d841..046e975d4 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 165670 2012-08-28 15:59:06Z bisson $ +# $Id: PKGBUILD 166623 2012-09-13 11:39:21Z 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.6 +pkgver=2.6.1 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=('396d3507010a52e8a384fdbae452e291d5504971') +sha1sums=('09f2c03b0fc6b9e37fb998e42e3f7626b9fdfbad') build() { cd "${srcdir}/${pkgname}-${pkgver}" |