summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Walsh2021-02-18 09:19:13 +0100
committerFlorian Walsh2021-02-18 09:19:13 +0100
commit83d962002e307167776caf6d3478845643196561 (patch)
treebf2ebac02f30fb4ddbbb0dc2517229772a258de8
parent2a8c976301f35a3f0f2fbb07cbe8a5b21935075c (diff)
downloadaur-83d962002e307167776caf6d3478845643196561.tar.gz
update to new version
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51a7ea34a5ff..98ab4f9d6a87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cocoalib
pkgdesc = A C++ library for doing Computations in Commutative Algebra. Also includes the CoCoA-5 Interpreter.
- pkgver = 0.99711
- pkgrel = 2
+ pkgver = 0.99712
+ pkgrel = 1
url = http://cocoa.dima.unige.it/
arch = i686
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = cocoalib
depends = gmp
depends = boost-libs
depends = readline
- source = http://cocoa.dima.unige.it/cocoalib/tgz/CoCoALib-0.99711.tgz
+ source = http://cocoa.dima.unige.it/cocoalib/tgz/CoCoALib-0.99712.tgz
source = cocoa5
- sha256sums = 257ea3cedb91433efb82a342394f8635ec19aa258a961b634039b0405dd0ef69
+ sha256sums = eff4432565d0be2ac2e7c7ace7f404dba370eb7d3d71e321bcb8b439489d11d3
sha256sums = e9cc79cb1e35f28399afe8c2fd8f521da7566a996363e9789ed76d55093511b3
pkgname = cocoalib
diff --git a/PKGBUILD b/PKGBUILD
index d1c8dc814de9..6ccbbbfe3da7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Florian Walsh
pkgname=cocoalib
-pkgver=0.99711
-pkgrel=2
+pkgver=0.99712
+pkgrel=1
pkgdesc="A C++ library for doing Computations in Commutative Algebra. Also includes the CoCoA-5 Interpreter."
arch=('i686' 'x86_64')
url="http://cocoa.dima.unige.it/"
@@ -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=('257ea3cedb91433efb82a342394f8635ec19aa258a961b634039b0405dd0ef69'
+sha256sums=('eff4432565d0be2ac2e7c7ace7f404dba370eb7d3d71e321bcb8b439489d11d3'
'e9cc79cb1e35f28399afe8c2fd8f521da7566a996363e9789ed76d55093511b3')
build() {