summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f75270d50a7f..ceea380313ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sodalite
pkgdesc = Keyboard-driven terminal file navigator and launcher
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = www.github.com/hnicke/sodalite
install = sodalite.install
arch = any
@@ -10,8 +10,7 @@ pkgbase = sodalite
makedepends = awk
depends = python-binaryornot
depends = python-npyscreen-git
- depends = sqlite
- source = https://github.com/hnicke/sodalite/archive/0.6.0.tar.gz
+ source = https://github.com/hnicke/sodalite/archive/v0.7.0.tar.gz
md5sums = SKIP
pkgname = sodalite
diff --git a/PKGBUILD b/PKGBUILD
index 9fbd71020a30..86f642e61be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite"
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
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' 'sqlite' )
-source=("https://github.com/hnicke/$pkgname/archive/$pkgver.tar.gz")
+depends=('python-binaryornot' 'python-npyscreen-git')
+source=("https://github.com/hnicke/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('SKIP')
install=sodalite.install