diff options
author | root <root@rshg054.dnsready.net> | 2011-10-11 23:14:37 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-11 23:14:37 +0000 |
commit | f482dc1bd42773a12552e5a60df119410a0d8bd8 (patch) | |
tree | 7ef11817f41aecf969aeeb03f0dbb3cc28e2d8b4 /extra/feh | |
parent | cbcf42aba84733e1b9072f5320519c99bf8c0ac7 (diff) |
Tue Oct 11 23:14:37 UTC 2011
Diffstat (limited to 'extra/feh')
-rw-r--r-- | extra/feh/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/feh/PKGBUILD b/extra/feh/PKGBUILD index 510dc1146..b7b9944e4 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 138608 2011-09-27 12:17:18Z bisson $ +# $Id: PKGBUILD 140246 2011-10-10 21:07:53Z 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=1.16.2 +pkgver=2.0 pkgrel=1 -pkgdesc='Fast, lightweight image viewer which uses imlib2' -arch=('i686' 'x86_64') +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') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2") -sha1sums=('bbb530f1bca9140040052164c3f79289011c45f1') +sha1sums=('890e4f7343e7c2157f25f1011a75688adcf6c3f2') build() { cd "${srcdir}/${pkgname}-${pkgver}" |