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

Gaetan Bisson bisson at archlinux.org
Sat Mar 26 00:14:58 UTC 2016


    Date: Saturday, March 26, 2016 @ 01:14:58
  Author: bisson
Revision: 262568

upstream update

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-25 23:43:23 UTC (rev 262567)
+++ PKGBUILD	2016-03-26 00:14:58 UTC (rev 262568)
@@ -5,8 +5,8 @@
 # Contributor: Dominik Ryba <domryba at post.pl>
 
 pkgname=hugin
-pkgver=2015.0.0
-pkgrel=6
+pkgver=2016.0.0
+pkgrel=1
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
@@ -16,13 +16,15 @@
          'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
          'desktop-file-utils')
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2")
-sha1sums=('be7153a0791f2147153e93e8711912ef23b60b61')
+sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
 
 install=install
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-	cmake . \
+	install -d build
+	cd build
+	cmake .. \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DENABLE_LAPACK=yes \
@@ -32,5 +34,6 @@
 
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+	cd build
 	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list