diff options
Diffstat (limited to 'extra/feh/PKGBUILD')
-rw-r--r-- | extra/feh/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/feh/PKGBUILD b/extra/feh/PKGBUILD index 31a500db2..dd26e6874 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 211832 2014-04-28 01:58:35Z bisson $ +# $Id: PKGBUILD 212888 2014-05-16 17:12:25Z 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.11 +pkgver=2.12 pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' license=('custom:MIT') arch=('i686' 'x86_64') -depends=('giblib' 'curl' 'libxinerama' 'libexif') +depends=('imlib2' 'curl' 'libxinerama' 'libexif') optdepends=('perl: feh-cam, webcam wrapper for feh' 'imagemagick: support more file formats') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc}) -sha1sums=('c3fe2158886b9a25f6a99770c1e132a4a3b41b84' 'SKIP') +sha1sums=('30eb2b778858b1f4ce97e44c8225758185b0c588' 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}" |