summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Perrotta2017-03-26 15:30:34 -0300
committerThiago Perrotta2017-03-26 15:30:34 -0300
commitdaaf25ca6c1cad27b8ed6577ba5653009e3f8f79 (patch)
tree0286ccf69a07ca8a818f833c5329bd69f3914620
parentffcd363d0d0d98acc18cc88f3d56ac61f947f95c (diff)
downloadaur-daaf25ca6c1cad27b8ed6577ba5653009e3f8f79.tar.gz
bump translation-shell version to 0.9.6.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07ce1004d40c..0a02dd64095b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = translate-shell
pkgdesc = Google Translate to serve as a command-line tool.
- pkgver = 0.9.5
+ pkgver = 0.9.6.1
pkgrel = 1
url = http://www.soimort.org/translate-shell
install = translate-shell.install
@@ -16,9 +16,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.5.tar.gz
- md5sums = 90e2bf61074ff3c8079d72898d553046
- sha256sums = 74bd84f48b0b2887949d954be4530c34faddf8605f936668f8e904bb3ab5712a
+ source = https://github.com/soimort/translate-shell/archive/v0.9.6.1.tar.gz
+ md5sums = 1f96bd0b914b84976b31a68bfa18cdd4
pkgname = translate-shell
diff --git a/PKGBUILD b/PKGBUILD
index 7cc29943e703..cd76c9bb5763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contriutor: Vladimir Turba <turbavladimir@yandex.ru>
pkgname=translate-shell
-pkgver=0.9.5
+pkgver=0.9.6.1
pkgrel=1
pkgdesc="Google Translate to serve as a command-line tool."
arch=('any')
@@ -24,8 +24,7 @@ optdepends=(
install=$pkgname.install
source=("https://github.com/soimort/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('90e2bf61074ff3c8079d72898d553046')
-sha256sums=('74bd84f48b0b2887949d954be4530c34faddf8605f936668f8e904bb3ab5712a')
+md5sums=('1f96bd0b914b84976b31a68bfa18cdd4')
build() {
cd "$srcdir/$pkgname-$pkgver"