summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Tokić2017-10-04 00:15:28 +0200
committerMiodrag Tokić2017-10-04 00:15:28 +0200
commit009340d77d8f05f894e098248855976480fab460 (patch)
treebbd9ac220db18f71586bb33fc09e5f01a0a43ccf
parent13a33084d530cb9b8257b63e5824ee91727d39d9 (diff)
downloadaur-009340d77d8f05f894e098248855976480fab460.tar.gz
Update to version 1.13.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d19a804734f..77c0a8229535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.13.0
+pkgver=1.13.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=('9d483cd2cc3c9234503ddbaba7376b804f12104ccd82e9722a0fda8fdcbb0333')
+sha256sums=('faef6697b409b362f6a172eac5541399e826565e6ba04b461a7f60305f239310')
build() {
cd "$srcdir/$pkgname-$pkgver"