summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-04-19 22:15:07 +0200
committerMichel Zou2022-04-19 22:15:07 +0200
commit0e4cc15f12006d6a924b340af930b5026ba7f997 (patch)
treee0e4dba0d2fb4b5050c3fa1bc8ceca1b252d87c9
parentc7c5deddd8109b232b9f9274afe34c596b73a755 (diff)
downloadaur-0e4cc15f12006d6a924b340af930b5026ba7f997.tar.gz
1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d22035440118..7a518968d533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agrum
pkgdesc = C++ Bayesian networks library
- pkgver = 0.22.9
+ pkgver = 1.0.0
pkgrel = 1
url = http://agrum.gitlab.io/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = agrum
depends = python-scikit-learn
depends = python-cairosvg
depends = unixodbc
- source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.9/aGrUM-0.22.9.tar.bz2
- sha256sums = 10bb65d8f6d1876dc5d7df9513ad6faecd69a2257f40a4468b131b0867bfe44d
+ source = https://gitlab.com/agrumery/aGrUM/-/archive/1.0.0/aGrUM-1.0.0.tar.bz2
+ sha256sums = 73e52327ec0fe706690cd3d89977cdd5ce58a50152e03710cacbeac06f86ba35
pkgname = agrum
diff --git a/PKGBUILD b/PKGBUILD
index fe67554c7575..bc30b9d56729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=agrum
-pkgver=0.22.9
+pkgver=1.0.0
pkgrel=1
pkgdesc="C++ Bayesian networks library"
license=('LGPL')
@@ -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=('10bb65d8f6d1876dc5d7df9513ad6faecd69a2257f40a4468b131b0867bfe44d')
+sha256sums=('73e52327ec0fe706690cd3d89977cdd5ce58a50152e03710cacbeac06f86ba35')
build() {
cd "$srcdir/aGrUM-$pkgver"