summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2022-07-23 21:42:09 -0400
committerDavid Parrish2022-07-23 21:42:09 -0400
commitcc533598593400ccd0a90535a48c73f9b944354c (patch)
treedd289f87dcdb5a38494e31bb6b24f40270a2b968
parent146d0722777457062f437b1e1083b03688a65442 (diff)
downloadaur-cc533598593400ccd0a90535a48c73f9b944354c.tar.gz
Update to version 1.1.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dadf307dad1..746fb9d71815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-bitcointx
pkgdesc = An easy interface to the bitcoin transaction data structures
- pkgver = 1.1.1
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/petertodd/python-bitcoinlib
arch = any
license = LGPL3
makedepends = python-setuptools
options = !emptydirs
- source = python-bitcointx-v1.1.1.tar.gz::https://github.com/Simplexum/python-bitcointx/archive/python-bitcointx-v1.1.1.tar.gz
- sha256sums = 35edd694473517508367338888633954eaa91b2622b3caada8fd3030ddcacba2
+ source = python-bitcointx-v1.1.3.tar.gz::https://github.com/Simplexum/python-bitcointx/archive/python-bitcointx-v1.1.3.tar.gz
+ sha256sums = f0f487c29619df0e94a04f6deb3dc950ff9954c072017bd3eda90f73c24f0953
pkgname = python-bitcointx
-
diff --git a/PKGBUILD b/PKGBUILD
index 1156cdae5721..d1e0299f9e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: David Parrish <daveparrish@tutanota.com>
pkgname=python-bitcointx
-pkgver=1.1.1
+pkgver=1.1.3
pkgrel=1
pkgdesc="An easy interface to the bitcoin transaction data structures"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/petertodd/python-bitcoinlib"
license=('LGPL3')
options=(!emptydirs)
source=("$pkgname-v$pkgver.tar.gz"::"https://github.com/Simplexum/python-bitcointx/archive/python-bitcointx-v${pkgver}.tar.gz")
-sha256sums=('35edd694473517508367338888633954eaa91b2622b3caada8fd3030ddcacba2')
+sha256sums=('f0f487c29619df0e94a04f6deb3dc950ff9954c072017bd3eda90f73c24f0953')
build() {
ls -alh && pwd