summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 280af0b40825..6deb2253a637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = litecli-git
pkgdesc = A command-line client for SQLite databases that has auto-completion and syntax highlighting.
- pkgver = v0.0.3.r1.g08d6953
+ pkgver = v1.5.0.r0.g93c7a3b
pkgrel = 1
url = https://github.com/dbcli/litecli
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 3edee1e8c48b..5fdba55c1778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbasename=litecli
pkgname=litecli-git
-pkgver=v0.0.3.r1.g08d6953
+pkgver=v1.9.0.r20.ge95c17f
pkgrel=1
pkgdesc="A command-line client for SQLite databases that has auto-completion "\
"and syntax highlighting."
@@ -19,7 +19,7 @@ depends=(
'python-cli_helpers'
)
makedepends=('python-distribute')
-source=("git://github.com/dbcli/litecli.git")
+source=("git+https://github.com/dbcli/litecli.git")
md5sums=('SKIP')
provides=('litecli')
conflicts=('litecli')