[arch-commits] Commit in normaliz/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Sep 9 14:59:59 UTC 2019


    Date: Monday, September 9, 2019 @ 14:59:58
  Author: arojas
Revision: 509101

archrelease: copy trunk to community-x86_64

Added:
  normaliz/repos/community-x86_64/PKGBUILD
    (from rev 509100, normaliz/trunk/PKGBUILD)
Deleted:
  normaliz/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-09 14:59:39 UTC (rev 509100)
+++ PKGBUILD	2019-09-09 14:59:58 UTC (rev 509101)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tarn Burton <twburton at gmail dot com>
-
-pkgname=normaliz
-pkgver=3.7.4
-pkgrel=2
-pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
-arch=(x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/"
-license=(GPL)
-depends=(e-antic)
-makedepends=(boost)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
-sha256sums=('1b94ff9baa0ebbc682229e8cfad086245d67754958ae3ddb1cc0a563a16ceb89')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 source/libnormaliz/output.h -t "$pkgdir"/usr/include/libnormaliz # https://github.com/Normaliz/Normaliz/issues/262
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 509100, normaliz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-09 14:59:58 UTC (rev 509101)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tarn Burton <twburton at gmail dot com>
+
+pkgname=normaliz
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
+arch=(x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/"
+license=(GPL)
+depends=(e-antic)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
+sha256sums=('01c110c7addfea7201f7372d266772525784d61e13417ed0f85fbbf5cee6144e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 source/libnormaliz/output.h -t "$pkgdir"/usr/include/libnormaliz # https://github.com/Normaliz/Normaliz/issues/262
+}



More information about the arch-commits mailing list