Date: Tuesday, August 28, 2012 @ 11:58:38 Author: bisson Revision: 165669
upstream update Modified: feh/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-08-28 14:11:50 UTC (rev 165668) +++ PKGBUILD 2012-08-28 15:58:38 UTC (rev 165669) @@ -5,18 +5,18 @@ # Contributor: Tom Newsom <[email protected]> pkgname=feh -pkgver=2.5 +pkgver=2.6 pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' -license=('MIT') +license=('custom:MIT') arch=('i686' 'x86_64') depends=('giblib' 'curl' 'libxinerama' 'libexif') optdepends=('perl: feh-cam, webcam wrapper for feh' 'imagemagick: support more file formats') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2") -sha1sums=('d1bf7fa8ec6b5d1ce16c291edf38d45de01f252d') +sha1sums=('396d3507010a52e8a384fdbae452e291d5504971') build() { cd "${srcdir}/${pkgname}-${pkgver}"
