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

Gaëtan Bisson bisson at archlinux.org
Sat Jul 1 14:03:31 UTC 2017


    Date: Saturday, July 1, 2017 @ 14:03:30
  Author: bisson
Revision: 242007

upstream update

Modified:
  hugin/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-01 13:42:25 UTC (rev 242006)
+++ PKGBUILD	2017-07-01 14:03:30 UTC (rev 242007)
@@ -5,8 +5,8 @@
 # Contributor: Dominik Ryba <domryba at post.pl>
 
 pkgname=hugin
-pkgver=2016.2.0
-pkgrel=7
+pkgver=2017.0
+pkgrel=1
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
@@ -15,10 +15,10 @@
 depends=('wxgtk3' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'glew'
          'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool')
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2")
-sha256sums=('54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15')
+sha256sums=('86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+	cd "${srcdir}/${pkgname}-${pkgver}.0"
 	install -d build
 	cd build
 	cmake .. \
@@ -31,7 +31,7 @@
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+	cd "${srcdir}/${pkgname}-${pkgver}.0"
 	cd build
 	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list