summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Weiss2022-04-29 07:58:57 -0700
committerMaximilian Weiss2022-04-29 07:58:57 -0700
commit6944b2eed490aa2f9d98f1f8e6d6a817bb00a89d (patch)
tree909efe698107970fff4576e68792e08e95776621
parentea2efd2b682233c847bd2b99798d6a47d21f0e9f (diff)
downloadaur-6944b2eed490aa2f9d98f1f8e6d6a817bb00a89d.tar.gz
Change package version to force update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b97f8cfd03fc..171351692cef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-secp256k1-git
pkgdesc = Python FFI bindings for libsecp256k1
- pkgver = r0.g0
- pkgrel = 1
+ pkgver = 1
+ pkgrel = 2
url = https://github.com/rustyrussell/secp256k1-py
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index da8c14813d0e..58cf68665798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: The Bitcoin Core Developers
pkgname=python-secp256k1-git
-pkgver=r0.g0
-pkgrel=1
+pkgver=1
+pkgrel=2
pkgdesc='Python FFI bindings for libsecp256k1'
arch=('any')