Date: Wednesday, October 5, 2011 @ 01:32:53 Author: eric Revision: 139830
upgpkg: hugin 2011.2.0-1 Upstream update (built against exiv2 0.22), Correct license, Clean up depends, Add tclap makedepends Modified: hugin/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-05 00:10:51 UTC (rev 139829) +++ PKGBUILD 2011-10-05 05:32:53 UTC (rev 139830) @@ -4,19 +4,18 @@ # Contributor: Dominik Ryba <[email protected]> pkgname=hugin -pkgver=2011.0.0 -pkgrel=3 +pkgver=2011.2.0 +pkgrel=1 pkgdesc="A frontend to the panorama-tools" arch=('i686' 'x86_64') url="http://hugin.sourceforge.net/" -license=('LGPL') -depends=('wxgtk' 'libpano13' 'boost-libs' 'enblend-enfuse' 'exiv2' 'openexr' - 'autopano-sift-c' 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool') -makedepends=('zip' 'cmake' 'boost') +license=('GPL') +depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c' + 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool') +makedepends=('zip' 'cmake' 'boost' 'tclap') install=hugin.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('ac8a129b4c3021233df6d9368c8164cf') -sha1sums=('22e1ad3846291a9bbe58570683e213921a6f0116') +sha1sums=('79dfdac229b4e58f50c893c1238bdd0921ad9da6') build() { cd "${srcdir}"
