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 962948c65a0d..4a98212c6818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-simplebitcoinfuncs
pkgver=0.1.5
-pkgrel=4
+pkgrel=5
pkgdesc='Simple and easy functions for common Bitcoin operations'
arch=('any')
url='https://github.com/maxweisspoker/simplebitcoinfuncs'
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-setuptools' 'python-pbkdf2')
provides=('python-simplebitcoinfuncs')
conflicts=('python-simplebitcoinfuncs')
-source=('git://github.com/maxweisspoker/simplebitcoinfuncs')
+source=('git+https://github.com/maxweisspoker/simplebitcoinfuncs')
sha256sums=('SKIP')
package() {
cd "$srcdir/simplebitcoinfuncs/"