summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walsh2022-06-17 14:55:56 +0200
committerFlorian Walsh2022-06-17 14:55:56 +0200
commitd99d6e0766ccdd2b93dc45a9724eda9e92356faa (patch)
tree68bf115b3f98bb452ac6dccd20f8ca2f1b533fe5 /PKGBUILD
parent470ef3238f105bc121a3fdae89b832c67f9b66fd (diff)
downloadaur-d99d6e0766ccdd2b93dc45a9724eda9e92356faa.tar.gz
fix download path and update checksum
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe826530d6e5..17510f52578e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cocoalib
pkgver=0.99800
-pkgrel=2
+pkgrel=3
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,8 +10,8 @@ license=('GPL')
depends=('gmp' 'boost-libs' 'readline')
makedepends=('frobby' 'boost')
options=('!buildflags')
-source=("http://cocoa.dima.unige.it/cocoalib/tgz/CoCoALib-$pkgver.tgz" "cocoa5")
-sha256sums=('6f38dbf9156d5598e67c05c9557f03281880527afd579d71cd4076be535ec523'
+source=("http://cocoa.dima.unige.it/cocoa/cocoalib/tgz/CoCoALib-$pkgver.tgz" "cocoa5")
+sha256sums=('f8bb227e2e1729e171cf7ac2008af71df25914607712c35db7bcb5a044a928c6'
'77728fcb4204616b77f05fa7801a3a34520ce892decbeb1d588ad9bb6a436a0e')
build() {