diff options
author | Carlos Aznarán | 2024-05-14 13:21:15 -0500 |
---|---|---|
committer | Carlos Aznarán | 2024-05-14 13:21:15 -0500 |
commit | 1a53610fe82d60936bbf572b158990a608fe82bb (patch) | |
tree | 29e1146f9f3af0dc88afb5e856cdb5ebed367232 | |
parent | b49702e6dabf1653d8f18390c20e8cb91588dff1 (diff) | |
download | aur-1a53610fe82d60936bbf572b158990a608fe82bb.tar.gz |
Bump version to 0.10.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-ctgan pkgdesc = Create tabular synthetic data using a conditional GAN - pkgver = 0.10.0 + pkgver = 0.10.1 pkgrel = 1 url = https://github.com/sdv-dev/CTGAN arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = python-ctgan depends = python-pytorch depends = python-rdt depends = python-tqdm - source = CTGAN-0.10.0.tar.gz::https://github.com/sdv-dev/CTGAN/archive/v0.10.0.tar.gz - sha512sums = 9939018e6ce4e558aef8ebffb573c4c485c790069b4c5bb589dcd6cce4742e69ea485a24693d9c78aa7fc7a79325a40c73927966deee88dedb5211328b65a671 + source = CTGAN-0.10.1.tar.gz::https://github.com/sdv-dev/CTGAN/archive/v0.10.1.tar.gz + sha512sums = 1a5986c336ec668d78f51d1fbdcb7cb919fbe94081ca091559849743afceb625a054199830e94a5d66d2119fc75b87557573bde1175757f4fd3a0ca46553fcd4 pkgname = python-ctgan @@ -1,7 +1,7 @@ # Maintainer: Carlos Aznarán <caznaranl@uni.pe> _base=CTGAN pkgname=python-${_base,,} -pkgver=0.10.0 +pkgver=0.10.1 pkgrel=1 pkgdesc="Create tabular synthetic data using a conditional GAN" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(python-pytorch python-rdt python-tqdm) makedepends=(python-build python-installer python-setuptools python-wheel) checkdepends=(python-pytest) source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('9939018e6ce4e558aef8ebffb573c4c485c790069b4c5bb589dcd6cce4742e69ea485a24693d9c78aa7fc7a79325a40c73927966deee88dedb5211328b65a671') +sha512sums=('1a5986c336ec668d78f51d1fbdcb7cb919fbe94081ca091559849743afceb625a054199830e94a5d66d2119fc75b87557573bde1175757f4fd3a0ca46553fcd4') build() { cd ${_base}-${pkgver} |