summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walsh2022-01-24 15:10:14 +0100
committerFlorian Walsh2022-01-24 15:10:14 +0100
commitfa81dd216d4bbc82d9004d04b2ec7d5bbc4a1ea7 (patch)
treedb44df4fb1b5aea2bc72ef03466788c6b386ad38 /PKGBUILD
parent6a417bc5f28cbfc0910ba2b154875cf6336f3054 (diff)
downloadaur-fa81dd216d4bbc82d9004d04b2ec7d5bbc4a1ea7.tar.gz
update to new cocoalib version
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c972c8c46279..c96047cd101b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian Walsh
pkgname=cocoalib
-pkgver=0.99716
+pkgver=0.99717
pkgrel=1
pkgdesc="A C++ library for doing Computations in Commutative Algebra. Also includes the CoCoA-5 Interpreter."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('gmp' 'boost-libs' 'readline')
makedepends=('frobby' 'boost')
source=("http://cocoa.dima.unige.it/cocoalib/tgz/CoCoALib-$pkgver.tgz" "cocoa5")
-sha256sums=('30b057470b5ca483167ed1ffaffe5143249d9edfee82852c840f1eb57164f297'
+sha256sums=('abc152aaf1336758102fa9d1a6d534f7686a5a4eadb69cbf54c706fbd93c8caf'
'77728fcb4204616b77f05fa7801a3a34520ce892decbeb1d588ad9bb6a436a0e')
build() {