summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94013368be26..c1e017d8a554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = sodalite
makedepends = awk
depends = python-binaryornot
depends = python-npyscreen-git, python-yaml
- source = https://github.com/hnicke/sodalite/archive/v0.7.0.tar.gz
+ source = sodalite-0.7.0.tar.gz::https://github.com/hnicke/sodalite/archive/v0.7.0.tar.gz
md5sums = SKIP
pkgname = sodalite
diff --git a/PKGBUILD b/PKGBUILD
index fc4848251729..c5b9ca240c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="www.github.com/hnicke/sodalite"
license=('GPL')
makedepends=('git' 'awk' )
depends=('python-binaryornot' 'python-npyscreen-git, python-yaml')
-source=("https://github.com/hnicke/$pkgname/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hnicke/sodalite/archive/v$pkgver.tar.gz")
md5sums=('SKIP')
install=sodalite.install