[arch-commits] Commit in normaliz/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Sep 27 17:28:12 UTC 2020
Date: Sunday, September 27, 2020 @ 17:28:11
Author: arojas
Revision: 712744
Update to 3.8.9
Modified:
normaliz/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-27 17:24:16 UTC (rev 712743)
+++ PKGBUILD 2020-09-27 17:28:11 UTC (rev 712744)
@@ -2,7 +2,7 @@
# Contributor: Tarn Burton <twburton at gmail dot com>
pkgname=normaliz
-pkgver=3.8.8
+pkgver=3.8.9
pkgrel=1
pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
arch=(x86_64)
@@ -10,8 +10,8 @@
license=(GPL)
depends=(e-antic)
makedepends=(boost nauty)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
-sha256sums=('aed49fce48bdf9660c5f7081f79dd78cedcaeaa98dd66d35016e07ee038bd5e7')
+source=("https://github.com/Normaliz/Normaliz/releases/download/v.$pkgver/Normaliz-$pkgver.tar.gz")
+sha256sums=('a4c3eda39ffe42120adfd3bda9433b01d9965516e3f98e401b62752a54bee5dd')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list