summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-01-12 11:05:41 -0500
committerCarlos Aznarán2024-01-12 11:05:41 -0500
commit60e38df2a168418d76d05d4761f6f7bc08ceb74d (patch)
tree9d802805e9ff542a23afd6d1584475c8115bf7f3 /PKGBUILD
parent1e2ba5392e6199cef260a97c57b87e84e6e1af15 (diff)
downloadaur-60e38df2a168418d76d05d4761f6f7bc08ceb74d.tar.gz
Bump version to 19.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bf2fce1ced8..14582da8be95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: redfish <redfish@galactica.pw>
_base=coincurve
pkgname=python-${_base}
-pkgver=18.0.0
+pkgver=19.0.0
pkgrel=1
pkgdesc="Cross-platform Python CFFI bindings for libsecp256k1"
arch=(x86_64)
@@ -12,7 +12,7 @@ license=(Apache MIT)
depends=(python-asn1crypto python-cffi libsecp256k1)
makedepends=(python-build python-installer python-setuptools python-wheel python-requests)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('9cd9b333c456f0e7a4edd300279442e638f2ba3e518c096ee7bd1838dc14ec3886a818438c08f8649946b20951aa54480d8d3ed6b49c3cb66f6a93d5110a396b')
+sha512sums=('59917d3e961b561f44904aa0b09cb86d97933d0291b213929e6d4bc9a58f554b382facf7723cc6bfd58edf728aaf26cef72539509df679d26c8de1f1a769a0ad')
build() {
cd ${_base}-${pkgver}