summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2022-07-23 21:59:19 -0400
committerDavid Parrish2022-07-23 21:59:19 -0400
commit456743b22fe85e54ce3223d61d2aab81153bdd1f (patch)
tree0f5ccd9d14f61948620a371146733c8351bb867c
parentf633d0b317741270f8e908615ef69c2c3f56f86c (diff)
downloadaur-python-bitcointx.tar.gz
Update url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b671aa420d70..0c46d826a934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-bitcointx
pkgdesc = An easy interface to the bitcoin transaction data structures
pkgver = 1.1.3
- pkgrel = 2
- url = https://github.com/petertodd/python-bitcoinlib
+ pkgrel = 3
+ url = https://github.com/Simplexum/python-bitcointx
arch = any
license = LGPL3
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index d57bbb8e9828..ad8e87f03e69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-bitcointx
pkgver=1.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="An easy interface to the bitcoin transaction data structures"
arch=('any')
depends=('libsecp256k1')
optdepends=('libbitcoin-consensus' 'openssl')
makedepends=('python-setuptools')
-url="https://github.com/petertodd/python-bitcoinlib"
+url="https://github.com/Simplexum/python-bitcointx"
license=('LGPL3')
options=(!emptydirs)
source=("$pkgname-v$pkgver.tar.gz"::"https://github.com/Simplexum/python-bitcointx/archive/python-bitcointx-v${pkgver}.tar.gz")