summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Perrotta2017-08-14 03:04:18 +0000
committerThiago Perrotta2017-08-14 03:04:18 +0000
commit35dbb8a6415ca3cc86663d81d65853cd9c374b84 (patch)
treec43835ba1325556f7cd49374f84c69ca0b57e4d4
parentae891b15873908435749857e423bb9bb805d1371 (diff)
downloadaur-35dbb8a6415ca3cc86663d81d65853cd9c374b84.tar.gz
bump package version to 0.9.6.4
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a7c1d83bd22..30e98cb1befb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Denis Kasak <dkasak|AT|termina.org.uk>
pkgname=translate-shell
-pkgver=0.9.6.3
+pkgver=0.9.6.4
pkgrel=1
pkgdesc="Google Translate to serve as a command-line tool."
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
install=$pkgname.install
source=("https://github.com/soimort/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('42fc73043ef237564a0832ea51e51cae')
+md5sums=('23f8aecf6eb48276639c24f932807803')
build() {
cd "$srcdir/$pkgname-$pkgver"