diff options
author | Carlos Aznarán Laos | 2023-07-08 11:00:30 -0500 |
---|---|---|
committer | Carlos Aznarán Laos | 2023-07-08 11:00:30 -0500 |
commit | acec434e484c3e41d2e4900df6245c3e7095cf4f (patch) | |
tree | 5d37f3fb2edc35ba2064f52a4e94c6f162d2f62c | |
parent | d3b4d355c3c2b114a43debf73f1f439a09d63539 (diff) | |
download | aur-acec434e484c3e41d2e4900df6245c3e7095cf4f.tar.gz |
Bump version to 0.2.4
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-succulent pkgdesc = Collect POST requests easily - pkgver = 0.2.3 + pkgver = 0.2.4 pkgrel = 1 url = https://github.com/firefly-cpp/succulent arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = python-succulent depends = python-pandas depends = python-yaml depends = python-flask - source = succulent-0.2.3.tar.gz::https://github.com/firefly-cpp/succulent/archive/0.2.3.tar.gz - sha512sums = d14d665afbacb5bdd46b1cd7fd8d85c9f2ff08d9197dd8fb8ae327248c2276d2c9568fc1294e0ad6c7f4658e4125382fb58d8e05ea988dbf93db4da4ca9e055e + source = succulent-0.2.4.tar.gz::https://github.com/firefly-cpp/succulent/archive/0.2.4.tar.gz + sha512sums = 31a74bc5bc07adb3bb85753cf1bd310a4bd0ba8836c1736912837073f1f381fc6fe813c0e6b12eb9465dc7fc6c03f7b9cb1b9b700ac85615f381460c14b39e81 pkgname = python-succulent @@ -1,7 +1,7 @@ # Maintainer: Carlos Aznarán <caznaranl@uni.pe> _base=succulent pkgname=python-${_base} -pkgver=0.2.3 +pkgver=0.2.4 pkgrel=1 pkgdesc="Collect POST requests easily" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(python-pandas python-yaml python-flask) makedepends=(python-build python-installer python-poetry-core python-wheel) checkdepends=(python-pytest) source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz) -sha512sums=('d14d665afbacb5bdd46b1cd7fd8d85c9f2ff08d9197dd8fb8ae327248c2276d2c9568fc1294e0ad6c7f4658e4125382fb58d8e05ea988dbf93db4da4ca9e055e') +sha512sums=('31a74bc5bc07adb3bb85753cf1bd310a4bd0ba8836c1736912837073f1f381fc6fe813c0e6b12eb9465dc7fc6c03f7b9cb1b9b700ac85615f381460c14b39e81') build() { cd ${_base}-${pkgver} |