diff options
author | root <root@rshg054.dnsready.net> | 2012-02-03 23:15:07 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-03 23:15:07 +0000 |
commit | de078a89b9e3a45b6b2e3f0c9d866962e5125ba3 (patch) | |
tree | 73a6a95927c514dedab1508b2a9a8a3f58e2f1db /extra/feh | |
parent | 22e5f5bf64eba5c65674eeb3a8167de2854dbe0e (diff) |
Fri Feb 3 23:15:07 UTC 2012
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 bb7f1e9ca..b16f64c3d 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 145829 2012-01-02 13:33:45Z bisson $ +# $Id: PKGBUILD 148518 2012-02-03 01:12:43Z 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.2 +pkgver=2.3 pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' @@ -15,7 +15,7 @@ depends=('giblib' 'curl' 'libxinerama') optdepends=('perl: feh-cam, webcam wrapper for feh') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2") -sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa') +sha1sums=('9f42ba920baeb405777f834546223a9ff9eb43e7') build() { cd "${srcdir}/${pkgname}-${pkgver}" |