summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action[bot]2023-10-16 02:00:38 +0000
committergithub-action[bot]2023-10-16 02:00:38 +0000
commita3fc9246581e374bf61e86341cbc44156fdfeddc (patch)
tree042f31a76679ed1008699843c7b84e5bf6c276c9
parent4fb2da49a7cb608fe3ef1fa60fffae62eaed99af (diff)
downloadaur-a3fc9246581e374bf61e86341cbc44156fdfeddc.tar.gz
Update to 0.0.38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3384468ba35..ece25fd40db6 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.37
+ pkgver = 0.0.38
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.37-py3-none-any.whl
- sha256sums = d854dc9cdbce1c3ef3000ccf6bd5b2e129718a98a60bcca460ef4af4b9c008f3
+ source = https://files.pythonhosted.org/packages/py3/t/translate-shell/translate_shell-0.0.38-py3-none-any.whl
+ sha256sums = 86916311833ab0745e303f9f4cab0e78ff21dda055a602787ec090350799bb08
pkgname = python-translate-shell
diff --git a/PKGBUILD b/PKGBUILD
index b4ccb103a613..98b3bc96226f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Updated by https://github.com/Freed-Wu/translate-shell/blob/main/.github/workflows/main.yml
_pkgname=translate-shell
pkgname=python-$_pkgname
-pkgver=0.0.37
+pkgver=0.0.38
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)
@@ -42,7 +42,7 @@ conflicts=("$_pkgname")
license=(GPL3)
_py=py3
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/${_pkgname//-/_}-$pkgver-$_py-none-any.whl")
-sha256sums=('d854dc9cdbce1c3ef3000ccf6bd5b2e129718a98a60bcca460ef4af4b9c008f3')
+sha256sums=('86916311833ab0745e303f9f4cab0e78ff21dda055a602787ec090350799bb08')
package() {
python -m installer --destdir="$pkgdir" ./*.whl