summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302020-04-25 20:22:11 +0200
committerM0Rf302020-04-25 20:22:11 +0200
commit0de2c8fc23acb638adf86286e7771fdf2feb8274 (patch)
treef19a720d5b622873dda8167c1ca2402c7040a4f7 /PKGBUILD
parent59ecd90db1c1ccd3780ce653800bb5747ade3fc0 (diff)
downloadaur-0de2c8fc23acb638adf86286e7771fdf2feb8274.tar.gz
python-base58: 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d9b5a010fd4..62956a92484f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: redfish
pkgname=python-base58
-pkgver=1.0.3
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Bitcoin-compatible Base58 and Base58Check implementation"
arch=('any')
depends=('python')
@@ -15,12 +15,10 @@ options=(!emptydirs)
source=("https://github.com/keis/base58/archive/v$pkgver.tar.gz")
package() {
- depends=('python')
-
cd ${pkgbase##python-}-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('42bbd1c40edbac92391c956227b3f2b4')
+md5sums=('3da6e9dce29753458054b552ade0b2dc')