diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-30 12:20:50 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-30 12:20:50 -0300 |
commit | f945a6a14843dcca046e22f28d0cb0ca75fe27de (patch) | |
tree | 128fd26fe2a604e6f5d3d6105da06610332d524a /extra/feh | |
parent | 14995c4581e56e6540a9c89074623e73b9f1fc49 (diff) | |
parent | dba5b0127d9f00a13c489f0f5893481cbe7d429b (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/avifile/PKGBUILD
community/drbd/PKGBUILD
extra/feh/PKGBUILD
extra/samba/PKGBUILD
libre/syslinux/PKGBUILD
social/batctl/PKGBUILD
Diffstat (limited to 'extra/feh')
-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 27e6e9170..aa798e3a1 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 154300 2012-03-25 17:19:28Z bisson $ +# $Id: PKGBUILD 165670 2012-08-28 15:59:06Z 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.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' 'mips64el') 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}" |