summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radovic2019-11-17 15:05:11 +0100
committerAndrej Radovic2019-11-17 15:05:11 +0100
commit0f1edec09420e7a4eaf8c7aac6a7764e6f6a0e0f (patch)
tree7ac8d244f5a44c8e9a02d4e9c7dd915c6e0b63df
parent64b4f925ba02ce625a28aa655dbae2692f9bf8cc (diff)
downloadaur-0f1edec09420e7a4eaf8c7aac6a7764e6f6a0e0f.tar.gz
Updated to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a13598ef904..653bd3fa70f7 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.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/dbcli/litecli
arch = any
@@ -15,8 +15,8 @@ pkgbase = litecli
depends = python-cli_helpers
provides = litecli
conflicts = litecli-git
- source = litecli-1.1.0.zip::https://github.com/dbcli/litecli/archive/v1.1.0.zip
- md5sums = 54c9635d7f4cd86dad1278b0927f03f2
+ source = litecli-1.2.0.zip::https://github.com/dbcli/litecli/archive/v1.2.0.zip
+ md5sums = 7bd64e3adbac5544d0e11725b1cb6c70
pkgname = litecli
diff --git a/PKGBUILD b/PKGBUILD
index 3b160d6d9514..e0bcaea80551 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrej Radović <r.andrej@gmail.com>
pkgname=litecli
-pkgver=1.1.0
+pkgver=1.2.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=('7140afb84b10fbd26e7bc596dfcaaec6')
+md5sums=('7bd64e3adbac5544d0e11725b1cb6c70')
package() {
cd "$srcdir/${pkgname}-${pkgver}"