summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron Abbott2015-08-24 12:46:14 -0400
committerAaron Abbott2015-08-24 12:46:14 -0400
commitb64b12d1e60316fb017855fffc4769a5ee7f3f4d (patch)
tree1243c2d148b886549b486bb7b8fc8bd71c4b447b /PKGBUILD
parent2918c2ab7dbf6630cf1fa46de8aedc62081fe3c6 (diff)
downloadaur-b64b12d1e60316fb017855fffc4769a5ee7f3f4d.tar.gz
Updated to 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb877f37311c..be539ffe3507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc='CLI for MySQL Database. With auto-completion and syntax highlighting.'
arch=('any')
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/m/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c05dfe3c3b676b0e75fbca5ea89869b4')
+md5sums=('38400f3dadda04bafb7ca6bbc3b69acb')
build() {
cd "$srcdir/${pkgname}-${pkgver}"