summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action[bot]2023-12-09 07:07:07 +0000
committergithub-action[bot]2023-12-09 07:07:07 +0000
commit2511bb100563e397fa452ef3bec7a84e84d433c7 (patch)
tree8668f9a5b2e110c11c26e92b3555991d1c2ef5bc
parent12302204429692d5cc12d39b828ff5097b30289d (diff)
downloadaur-2511bb100563e397fa452ef3bec7a84e84d433c7.tar.gz
Update to 0.0.44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a86d8dcce965..1de4f798bd7c 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.43
+ pkgver = 0.0.44
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.43-py3-none-any.whl
- sha256sums = e646ece67bb346ff115e28d61c5054653de8761c9d00a0469d888c3cbc2f4d72
+ source = https://files.pythonhosted.org/packages/py3/t/translate-shell/translate_shell-0.0.44-py3-none-any.whl
+ sha256sums = 3be37907e143008ff5a3f0182a25c41c4ef8b0f2d6a98e80c94c9d131deb0a55
pkgname = python-translate-shell
diff --git a/PKGBUILD b/PKGBUILD
index 5f03e31de1a4..08511c6e68c7 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.43
+pkgver=0.0.44
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=('e646ece67bb346ff115e28d61c5054653de8761c9d00a0469d888c3cbc2f4d72')
+sha256sums=('3be37907e143008ff5a3f0182a25c41c4ef8b0f2d6a98e80c94c9d131deb0a55')
package() {
python -m installer --destdir="$pkgdir" ./*.whl