summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e91af06b0975..12caf098201d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = litecli
pkgdesc = A command-line client for SQLite databases that has auto-completion and syntax highlighting.
- pkgver = 1.9.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://github.com/dbcli/litecli
arch = any
@@ -15,7 +15,7 @@ pkgbase = litecli
depends = python-cli_helpers
provides = litecli
conflicts = litecli-git
- source = litecli-1.9.0.zip::https://github.com/dbcli/litecli/archive/v1.9.0.zip
- md5sums = e66dbb68cf5a42d0c272412e78e5bfb8
+ source = litecli-1.10.0.zip::https://github.com/dbcli/litecli/archive/v1.10.0.zip
+ md5sums = 749a0ab4ba215ce0c06c15fe3cc5172b
pkgname = litecli
diff --git a/PKGBUILD b/PKGBUILD
index 86c100bec7a9..5a939f9b23f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrej Radović <r.andrej@gmail.com>
pkgname=litecli
-pkgver=1.9.0
+pkgver=1.10.0
pkgrel=1
pkgdesc="A command-line client for SQLite databases that has auto-completion "\
"and syntax highlighting."
@@ -23,7 +23,7 @@ source=(
)
provides=('litecli')
conflicts=('litecli-git')
-md5sums=('e66dbb68cf5a42d0c272412e78e5bfb8')
+md5sums=('749a0ab4ba215ce0c06c15fe3cc5172b')
package() {
cd "$srcdir/${pkgname}-${pkgver}"