summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-01-31 11:34:05 -0500
committerCarlos Aznarán2024-01-31 11:34:05 -0500
commit6153fd8b3f2fc22c0abc13f87e47dbe44a55868b (patch)
treeb5376aa9852506ba7de5d0bb61b89598ab9477fa /PKGBUILD
parentf5529821808c30e95ec563fd7accd0ae2b903659 (diff)
downloadaur-6153fd8b3f2fc22c0abc13f87e47dbe44a55868b.tar.gz
Bump version to 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e59a92e2696..4dfd95173434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=arm-preprocessing
pkgname=python-${_base}
-pkgver=0.1.1
+pkgver=0.2.0
pkgrel=1
pkgdesc="Implementation of several preprocessing techniques for Association Rule Mining"
url="https://github.com/firefly-cpp/${_base}"
@@ -11,7 +11,7 @@ depends=(python-niaarm python-scikit-learn)
makedepends=(python-build python-installer python-poetry-core)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha512sums=('0d34ca281b67c3bc50ca82d712036d5f8a7fc3bbd4777fa2ba24fbf82051b1689e71e359b9c058e840572547d63208dac63930169d2ddfffd2228d79eec25268')
+sha512sums=('007c463b70ca6836ba7a2677771e4dae94b9c3a3e618715d5c2a8dc374988328c9b7914f648a2dd430578480028a75bfe9fade09a21e1be1391c3db902fb49a5')
build() {
cd ${_base}-${pkgver}