summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-10 17:39:55 -0500
committerCarlos Aznarán2024-04-10 17:39:55 -0500
commitd5aeb71f9feeeda734a9ddfb4e23f085cd32b4dc (patch)
tree5a5ec78e038bc00a22df160f6b999abc782f75a5 /PKGBUILD
parent22621dce098ea394363b3cb7d32078892262e4b4 (diff)
downloadaur-python-copulas.tar.gz
Bump version to 0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f444eb61058..bf2f0ba7e81b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=Copulas
pkgname=python-${_base,,}
-pkgver=0.10.1
+pkgver=0.11.0
pkgrel=1
pkgdesc="Create tabular synthetic data using copulas-based modeling"
arch=(x86_64)
@@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel)
optdepends=('python-markupsafe' 'python-scikit-learn' 'jupyter-notebook')
checkdepends=(python-pytest python-invoke)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('6b05cc4b638f3d3388604e063a574cd44264d7fd045a71e3f37edaeab0babae5e0316ad6491b1eb3f9f3099d3f5befef46e28ba57a0e5ac1847510cf764f9782')
+sha512sums=('51ef4854df8948cd117cd41957ae829d72851ae3d9e9bbf982d04903d988c23cf292d5e1fd61128eb426b7a7daa36e689c821467d8a16d22fb8c5904d588688a')
build() {
cd ${_base}-${pkgver}