summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7e67b6d0cc2..34f745a001e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-simplebitcoinfuncs
pkgver=0.1.5
-pkgrel=1
+pkgrel=2
pkgdesc='Simple and easy functions for common Bitcoin operations'
arch=('any')
url='https://github.com/maxweisspoker/simplebitcoinfuncs'
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python2-setuptools' 'python2-pbkdf2')
provides=('python2-simplebitcoinfuncs')
conflicts=('python2-simplebitcoinfuncs')
-source=('git://github.com/maxweisspoker/simplebitcoinfuncs')
+source=('git+https://github.com/maxweisspoker/simplebitcoinfuncs')
sha256sums=('SKIP')
package() {
cd "$srcdir/simplebitcoinfuncs/"