Date: Monday, February 5, 2018 @ 17:49:13
  Author: archange
Revision: 289265

archrelease: copy trunk to community-x86_64

Added:
  hugin/repos/community-x86_64/PKGBUILD
    (from rev 289264, hugin/trunk/PKGBUILD)
Deleted:
  hugin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-05 17:49:05 UTC (rev 289264)
+++ PKGBUILD    2018-02-05 17:49:13 UTC (rev 289265)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Gaetan Bisson <[email protected]>
-# Contributor: Tobias Kieslich <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Dominik Ryba <[email protected]>
-
-pkgname=hugin
-pkgver=2017.0.0
-pkgrel=5
-pkgdesc="Panorama photo stitcher"
-arch=('x86_64')
-url="http://hugin.sourceforge.net/";
-license=('GPL')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
-depends=('wxgtk2' '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=('86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609')
-
-prepare() {
-       mkdir -p build
-}
-
-build() {
-       cd build
-       cmake ../${pkgname}-${pkgver} \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DENABLE_LAPACK=yes
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/community-x86_64/PKGBUILD (from rev 289264, 
hugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-02-05 17:49:13 UTC (rev 289265)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Dominik Ryba <[email protected]>
+
+pkgname=hugin
+pkgver=2018.0.0
+pkgrel=1
+pkgdesc="Panorama photo stitcher"
+arch=('x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk2' '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=('d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb')
+
+prepare() {
+       mkdir -p build
+}
+
+build() {
+       cd build
+       cmake ../${pkgname}-${pkgver} \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DENABLE_LAPACK=yes
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to