summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Radović2023-07-18 12:46:19 +0200
committerAndrej Radović2023-07-18 12:46:19 +0200
commit209ef722e24e2d4bec96d0a24576fb9021030819 (patch)
tree59269f6ff49df69b0cff68492da3ff6accae5cb5 /PKGBUILD
parent4d6e641ae8aab7efb81be70513ba0ac426d3024f (diff)
downloadaur-litecli-git.tar.gz
Updated the upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')