diff options
Diffstat (limited to 'extra/hugin/PKGBUILD')
-rw-r--r-- | extra/hugin/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/hugin/PKGBUILD b/extra/hugin/PKGBUILD index 8c91a9561..b44b06169 100644 --- a/extra/hugin/PKGBUILD +++ b/extra/hugin/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 144049 2011-12-02 20:54:20Z ibiru $ +# $Id: PKGBUILD 148780 2012-02-05 11:50:09Z ibiru $ # Maintainer: Tobias Kieslich <tobias@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Dominik Ryba <domryba@post.pl> pkgname=hugin -pkgver=2011.2.0 -pkgrel=2 +pkgver=2011.4.0 +pkgrel=1 pkgdesc="A frontend to the panorama-tools" arch=('i686' 'x86_64') url="http://hugin.sourceforge.net/" license=('GPL') depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c' - 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool') + 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool') makedepends=('zip' 'cmake' 'boost' 'tclap') install=hugin.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('79dfdac229b4e58f50c893c1238bdd0921ad9da6') +sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b') build() { cd "${srcdir}" |