diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-04 12:05:33 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-04 12:05:33 -0300 |
commit | 572db5155dc23eb1c4f65736b9ca5507eed6fbd2 (patch) | |
tree | 687a7c5627b76004103420d1575528fbfc0ff4b7 /extra/feh/PKGBUILD | |
parent | ca2e05bb7791418f2af678704160d56d8184a21a (diff) | |
parent | d1d68784dc66793601c239fa64cc0e02ebd9444e (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
kde-unstable/kdemultimedia/PKGBUILD
libre/mplayer-libre/PKGBUILD
social/diaspora-git/PKGBUILD
staging/php/PKGBUILD
staging/redland/PKGBUILD
Diffstat (limited to 'extra/feh/PKGBUILD')
-rw-r--r-- | extra/feh/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/feh/PKGBUILD b/extra/feh/PKGBUILD index 84b4598bc..e171b92c8 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 141903 2011-11-03 00:30:00Z bisson $ +# $Id: PKGBUILD 145829 2012-01-02 13:33:45Z 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.1 +pkgver=2.2 pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' @@ -15,7 +15,7 @@ depends=('giblib' 'curl' 'libxinerama') optdepends=('perl: feh-cam, webcam wrapper for feh') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2") -sha1sums=('a5964122bf2ee2675eb9423dea7839410806fee9') +sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa') build() { cd "${srcdir}/${pkgname}-${pkgver}" |