summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron Abbott2015-08-17 03:02:14 -0400
committerAaron Abbott2015-08-17 03:02:14 -0400
commit2918c2ab7dbf6630cf1fa46de8aedc62081fe3c6 (patch)
treece72deb7390fa5ede7fa4495aa6ce880f6aa3fae /PKGBUILD
parente030c266825052acfc99da4a794d68d05267521a (diff)
downloadaur-2918c2ab7dbf6630cf1fa46de8aedc62081fe3c6.tar.gz
Updated to 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59f8a1c55562..eb877f37311c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
-pkgver=1.2.0
+pkgver=1.3.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=('1035b0ca37ec01bd6b470e5e146b05db')
+md5sums=('c05dfe3c3b676b0e75fbca5ea89869b4')
build() {
cd "$srcdir/${pkgname}-${pkgver}"