Date: Wednesday, February 23, 2011 @ 02:48:54 Author: eric Revision: 110934
upgpkg: hugin 2010.4.0-1 Upstream update, Rebuilt against exiv2 0.21.1 Modified: hugin/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-23 07:47:26 UTC (rev 110933) +++ PKGBUILD 2011-02-23 07:48:54 UTC (rev 110934) @@ -4,8 +4,8 @@ # Contributor: Dominik Ryba <[email protected]> pkgname=hugin -pkgver=2010.2.0 -pkgrel=3 +pkgver=2010.4.0 +pkgrel=1 pkgdesc="A frontend to the panorama-tools" arch=('i686' 'x86_64') url="http://hugin.sourceforge.net/" @@ -14,11 +14,12 @@ 'autopano-sift-c' 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool') makedepends=('zip' 'cmake' 'boost') install=${pkgname}.install -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('be94c0454924ff5b7dbea4736395f7b1') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) +md5sums=('bfd716655461987312b2f2f00c90dcc5') +sha1sums=('47f25c0a8b97c27108e567bcd22203c87f268d07') build() { - cd ${srcdir} + cd "${srcdir}" mkdir build && cd build @@ -32,6 +33,6 @@ } package(){ - cd ${srcdir}/build - make DESTDIR=${pkgdir} install + cd "${srcdir}/build" + make DESTDIR="${pkgdir}" install }
