summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceea380313ce..203f4786e0d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sodalite
pkgdesc = Keyboard-driven terminal file navigator and launcher
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = www.github.com/hnicke/sodalite
install = sodalite.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = sodalite
makedepends = awk
depends = python-binaryornot
depends = python-npyscreen-git
- 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 86f642e61be4..97a570075d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite"
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
url="www.github.com/hnicke/sodalite"
license=('GPL')
makedepends=('git' 'awk' )
depends=('python-binaryornot' 'python-npyscreen-git')
-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