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

Antonio Rojas arojas at archlinux.org
Fri Apr 26 14:11:23 UTC 2019


    Date: Friday, April 26, 2019 @ 14:11:23
  Author: arojas
Revision: 454226

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-26 14:10:23 UTC (rev 454225)
+++ PKGBUILD	2019-04-26 14:11:23 UTC (rev 454226)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tarn Burton <twburton at gmail dot com>
-
-pkgname=normaliz
-pkgver=3.7.1
-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=('cf55412dd35a12b2d5725102a07ac569ce7a43351b48f13725ac1e7303f36223')
-
-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
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 454225, normaliz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-26 14:11:23 UTC (rev 454226)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tarn Burton <twburton at gmail dot com>
+
+pkgname=normaliz
+pkgver=3.7.2
+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=('436a870a1ab9a5e0c2330f5900d904dc460938c17428db1c729318dbd9bf27aa')
+
+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
+}



More information about the arch-commits mailing list