summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-12-05 18:34:04 +0100
committerMichel Zou2022-12-05 18:34:04 +0100
commitc685e011145f5d8d64b2d1b655433a95b2ad9c5b (patch)
treee0b0a9155b519d4e79a74508788d65fba78a23a4
parent85793f537da5473114bdc49314de15ab6385cfe1 (diff)
downloadaur-c685e011145f5d8d64b2d1b655433a95b2ad9c5b.tar.gz
sha
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c84bcb59a081..5ef9c6c562f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,6 @@ pkgbase = agrum
depends = python-cairosvg
depends = unixodbc
source = https://gitlab.com/agrumery/aGrUM/-/archive/1.5.0/aGrUM-1.5.0.tar.bz2
- sha256sums = e4635ffce2fe92a040982a8b3ef9ba947c4dbbc2b2640748a6507af6d62ef50f
+ sha256sums = 566ae280a8b11a7a4538ecaa0e637ddf4e4010654215105ceb381c93d4c27ea3
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index 63172f204a3e..faca98a4e76f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://agrum.gitlab.io/"
depends=('python-pydot' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'python-pandas' 'python-scikit-learn' 'python-cairosvg' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
-sha256sums=('e4635ffce2fe92a040982a8b3ef9ba947c4dbbc2b2640748a6507af6d62ef50f')
+sha256sums=('566ae280a8b11a7a4538ecaa0e637ddf4e4010654215105ceb381c93d4c27ea3')
build() {
cd "$srcdir/aGrUM-$pkgver"