[arch-commits] Commit in hugin/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Mar 1 06:41:41 UTC 2012


    Date: Thursday, March 1, 2012 @ 01:41:41
  Author: pierre
Revision: 151704

upgpkg: hugin 2011.4.0-2

boost rebuild

Modified:
  hugin/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-01 05:49:13 UTC (rev 151703)
+++ PKGBUILD	2012-03-01 06:41:41 UTC (rev 151704)
@@ -5,7 +5,7 @@
 
 pkgname=hugin
 pkgver=2011.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A frontend to the panorama-tools"
 arch=('i686' 'x86_64')
 url="http://hugin.sourceforge.net/"
@@ -14,12 +14,13 @@
          '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)
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b')
 
 build() {
   cd "${srcdir}"
-  mkdir build && cd build
+  mkdir build
+  cd build
   cmake "${srcdir}/${pkgname}-${pkgver}" \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \




More information about the arch-commits mailing list