summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2017-08-14 23:40:26 +0200
committerMiodrag Tokić2017-08-14 23:40:26 +0200
commit771ba3a60a2f3a9191206c7b6f09a98b2407103b (patch)
treef4c820b0ea4fd8dea083a77cffad3316664f8f9d /PKGBUILD
parent7ef987bb1e17f92599c53f6558377ffdfdaa0c2e (diff)
downloadaur-771ba3a60a2f3a9191206c7b6f09a98b2407103b.tar.gz
Update to version 1.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d479b1afe1a1..b3b02927dda5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=1
pkgdesc='A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting'
arch=('any')
@@ -23,7 +23,7 @@ makedepends=('python-setuptools')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/dbcli/mycli/archive/v${pkgver}.tar.gz")
-sha256sums=('0f6ed125fc85c6cfeef9556847dd247e7b1def6d683d0b6de4b5b60aaf0683b5')
+sha256sums=('c0f52f5438c0a715b5eff778cfece4e57f91c18e9c7b0f327ad6d491c87c4a3c')
build() {
cd "$srcdir/$pkgname-$pkgver"