Date: Monday, October 10, 2011 @ 17:07:09 Author: bisson Revision: 140245
upstream update Modified: feh/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-10 15:34:27 UTC (rev 140244) +++ PKGBUILD 2011-10-10 21:07:09 UTC (rev 140245) @@ -5,17 +5,17 @@ # Contributor: Tom Newsom <[email protected]> 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}"
