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 f96005cd6..5a1763e55 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 178053 2013-02-14 21:32:25Z bisson $ +# $Id: PKGBUILD 184374 2013-05-06 19:37:01Z foutrelis $ # 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.9.1 +pkgver=2.9.2 pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' @@ -15,8 +15,8 @@ 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=('d6effb0bb3074315114b2590722fae9712a531ad') +source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc}) +sha1sums=('4d7d183491f916c8f1db668065f986f4a845503e' 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}" |