diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-17 11:48:34 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-17 11:48:34 -0300 |
commit | a873bdc69d24650d832933463af71dfaa96f1a8a (patch) | |
tree | eb1be50481efd38ce5ea6dbaab797af5866a764c /extra/feh/PKGBUILD | |
parent | dceec836462f00192ea15364f86e3cfbac578bc0 (diff) | |
parent | 68b7938bb87c6e91d54e4f35f0223c7237fa53e1 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/virtualbox/PKGBUILD
extra/live-media/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 d799ce65a..ca9dc271e 100644 --- a/extra/feh/PKGBUILD +++ b/extra/feh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 130244 2011-07-04 19:18:20Z bisson $ +# $Id: PKGBUILD 135558 2011-08-15 17:17:19Z 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=1.14.2 +pkgver=1.15 pkgrel=1 pkgdesc='Fast, lightweight image viewer which uses imlib2' arch=('i686' 'x86_64' 'mips64el') @@ -15,14 +15,14 @@ depends=('giblib' 'curl' 'libxinerama') optdepends=('perl: feh-cam, webcam wrapper for feh') makedepends=('libxt') source=("${url}${pkgname}-${pkgver}.tar.bz2") -sha1sums=('55af60f35fb21825e5450b6713f5d781f7a34cde') +sha1sums=('fb926ba90d494f890f271243ae599063b76c9957') build() { cd "${srcdir}/${pkgname}-${pkgver}" make PREFIX=/usr } -package(){ +package() { cd "${srcdir}/${pkgname}-${pkgver}" make PREFIX=/usr DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |