summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03443cc331b1..d4fcd5fc4e13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Nov 7 11:29:27 UTC 2017
pkgbase = translate-shell
pkgdesc = Google Translate to serve as a command-line tool.
- pkgver = 0.9.6.4
+ pkgver = 0.9.6.5
pkgrel = 1
url = http://www.soimort.org/translate-shell
install = translate-shell.install
@@ -16,8 +18,8 @@ pkgbase = translate-shell
optdepends = espeak: for the Text-to-Speech functionality
optdepends = rlwrap: needed for readline-style editing and history in the interactive mode
optdepends = emacs: for using the Emacs interface (with the -E flag)
- source = https://github.com/soimort/translate-shell/archive/v0.9.6.4.tar.gz
- md5sums = 23f8aecf6eb48276639c24f932807803
+ source = https://github.com/soimort/translate-shell/archive/v0.9.6.5.tar.gz
+ md5sums = c5b85f830d199a5e4791e604a727664c
pkgname = translate-shell
diff --git a/PKGBUILD b/PKGBUILD
index 30e98cb1befb..f9f9ca37d462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Denis Kasak <dkasak|AT|termina.org.uk>
pkgname=translate-shell
-pkgver=0.9.6.4
+pkgver=0.9.6.5
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=('23f8aecf6eb48276639c24f932807803')
+md5sums=('c5b85f830d199a5e4791e604a727664c')
build() {
cd "$srcdir/$pkgname-$pkgver"