diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-14 10:53:59 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-14 10:53:59 +0100 |
commit | 02e61c89c8b9d79879335bfbd66f9e6b59982848 (patch) | |
tree | fca57eeca21f97a06309051f625a2b7517b1ec71 /extra/feh/PKGBUILD | |
parent | 846195ec63b8881bda11580883ec06ae821a2669 (diff) | |
parent | 0bf564cf7a3d99207457267c75f92ceb67197537 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/erlang/PKGBUILD
community/ettercap/PKGBUILD
community/fcitx-mozc/PKGBUILD
community/libgexiv2/PKGBUILD
community/xmlrpc-c/PKGBUILD
extra/pidgin/PKGBUILD
extra/xorg-xrandr/PKGBUILD
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 4f384f226..887d96ceb 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 175213 2013-01-16 21:13:09Z bisson $ +# $Id: PKGBUILD 178006 2013-02-13 12:35:32Z 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.8 -pkgrel=2 +pkgver=2.9 +pkgrel=1 pkgdesc='Fast and light imlib2-based image viewer' url='http://feh.finalrewind.org/' license=('custom:MIT') @@ -16,7 +16,7 @@ optdepends=('perl: feh-cam, webcam wrapper for feh' 'imagemagick: support more file formats') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2") -sha1sums=('eeb251d5971cf07e632661ef0b514fc3b0c7aca6') +sha1sums=('efaeb598bd613f20b010c8f9c8a301e6878e2d9d') build() { cd "${srcdir}/${pkgname}-${pkgver}" |