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

Antonio Rojas arojas at archlinux.org
Mon Nov 13 16:17:27 UTC 2017


    Date: Monday, November 13, 2017 @ 16:17:26
  Author: arojas
Revision: 266744

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-13 16:16:51 UTC (rev 266743)
+++ PKGBUILD	2017-11-13 16:17:26 UTC (rev 266744)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tarn Burton <twburton at gmail dot com>
-
-pkgname=normaliz
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
-arch=(i686 x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/"
-license=(GPL)
-depends=(gmp)
-makedepends=(boost)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
-sha256sums=('01eae802621beb3bdbde57bae32a1251d40ecc4a01660a50540c1e1f5eeb9c24')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 266743, normaliz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-13 16:17:26 UTC (rev 266744)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tarn Burton <twburton at gmail dot com>
+
+pkgname=normaliz
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
+arch=(i686 x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/"
+license=(GPL)
+depends=(gmp)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
+sha256sums=('20d1c0061ed589eb61591e04ef3449f5a54c4f4c9c191e7c53ce05468c96e415')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list