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

Antonio Rojas arojas at archlinux.org
Fri Jul 31 11:20:19 UTC 2020


    Date: Friday, July 31, 2020 @ 11:20:18
  Author: arojas
Revision: 666150

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-31 11:20:10 UTC (rev 666149)
+++ PKGBUILD	2020-07-31 11:20:18 UTC (rev 666150)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tarn Burton <twburton at gmail dot com>
-
-pkgname=normaliz
-pkgver=3.8.5
-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 nauty)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
-sha256sums=('cf4fdaaa6ffcd8d268b1f16dd4b64cf86f1eab55177e611f8ef672e7365435a0')
-
-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 666149, normaliz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-31 11:20:18 UTC (rev 666150)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tarn Burton <twburton at gmail dot com>
+
+pkgname=normaliz
+pkgver=3.8.7
+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 nauty)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
+sha256sums=('b73b6c78364f6ff5dce4dae75d9cc8ebfd63f6e5b8df2989a61d614414826401')
+
+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