diff options
author | root <root@rshg054.dnsready.net> | 2012-03-08 00:01:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-08 00:01:27 +0000 |
commit | 718c8e57ef26498cff228de3de92bf5c8a3f6343 (patch) | |
tree | bff46acd12c91eafe51a7feebb7f840e9834cc0e /extra/feh | |
parent | 5a680f7689b01b4b7a0bfade1a6c1f659f8cbed4 (diff) |
Thu Mar 8 00:01:27 UTC 2012
Diffstat (limited to 'extra/feh')
-rw-r--r-- | extra/feh/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/feh/PKGBUILD b/extra/feh/PKGBUILD index 229ab4761..8c68a8611 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,21 +1,22 @@ -# $Id: PKGBUILD 148712 2012-02-05 11:47:50Z ibiru $ +# $Id: PKGBUILD 152286 2012-03-06 13:19:14Z 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.3 -pkgrel=2 +pkgver=2.4 +pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' license=('MIT') arch=('i686' 'x86_64') depends=('giblib' 'curl' 'libxinerama') -optdepends=('perl: feh-cam, webcam wrapper for feh') +optdepends=('perl: feh-cam, webcam wrapper for feh' + 'imagemagick: support more file formats') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2") -sha1sums=('9f42ba920baeb405777f834546223a9ff9eb43e7') +sha1sums=('1798186105da2dacebd49210d7f0bd78687922a5') build() { cd "${srcdir}/${pkgname}-${pkgver}" |