summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action[bot]2023-07-20 13:53:08 +0000
committergithub-action[bot]2023-07-20 13:53:08 +0000
commita8855bc1aa52b7e52ae4b2d33b3ef4714b7470d9 (patch)
treebbee79c0832a974f82a7e8827150744470801706
parentda19ff7edf0af5f4e9e03f2f4d5ccea941c55abb (diff)
downloadaur-a8855bc1aa52b7e52ae4b2d33b3ef4714b7470d9.tar.gz
Update to 0.0.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 325e8202fc01..5881b58bedf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-translate-shell
pkgdesc = Translate text by google, bing, youdaozhiyun, haici, stardict, etc at same time from CLI, GUI (GNU/Linux, Android, macOS and Windows), REPL, python, shell and vim.
- pkgver = 0.0.30
+ pkgver = 0.0.31
pkgrel = 1
url = https://github.com/Freed-Wu/translate-shell
arch = any
@@ -34,7 +34,7 @@ pkgbase = python-translate-shell
optdepends = stardict-jmdict-ja-en: translate Japanese to English
provides = stardict
conflicts = translate-shell
- source = https://files.pythonhosted.org/packages/py3/t/translate-shell/translate_shell-0.0.30-py3-none-any.whl
- sha256sums = cb57d7f45a6054c27c1aadcbb43359cc138eb980609e2f9d9a6bfb8ee6ba7663
+ source = https://files.pythonhosted.org/packages/py3/t/translate-shell/translate_shell-0.0.31-py3-none-any.whl
+ sha256sums = 922b5d9638712f79667aad9c607dacc277d37ce93f5454ea9b47caafdcff8c21
pkgname = python-translate-shell
diff --git a/PKGBUILD b/PKGBUILD
index fcdd5dd7639a..a4d9a1484172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# shellcheck shell=bash disable=SC2034,SC2154
_pkgname=translate-shell
pkgname=python-$_pkgname
-pkgver=0.0.30
+pkgver=0.0.31
pkgrel=1
pkgdesc="Translate text by google, bing, youdaozhiyun, haici, stardict, etc at same time from CLI, GUI (GNU/Linux, Android, macOS and Windows), REPL, python, shell and vim."
arch=(any)
@@ -40,7 +40,7 @@ conflicts=("$_pkgname")
license=(GPL3)
_py=py3
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/${_pkgname//-/_}-$pkgver-$_py-none-any.whl")
-sha256sums=('cb57d7f45a6054c27c1aadcbb43359cc138eb980609e2f9d9a6bfb8ee6ba7663')
+sha256sums=('922b5d9638712f79667aad9c607dacc277d37ce93f5454ea9b47caafdcff8c21')
package() {
python -m installer --destdir="$pkgdir" ./*.whl