summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action[bot]2023-12-20 11:54:04 +0000
committergithub-action[bot]2023-12-20 11:54:04 +0000
commit6c56bc48d6d1662bc7fbc2af1d4d2754a8c3fed1 (patch)
treedc355393f28a931eb05ea972aa69f14c5943a897
parenta958930b3d739c8aa2a201d9834351ff4c283368 (diff)
downloadaur-6c56bc48d6d1662bc7fbc2af1d4d2754a8c3fed1.tar.gz
Update to 0.0.49
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59f72be978ed..1f48f851d2a1 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.48
+ pkgver = 0.0.49
pkgrel = 1
url = https://github.com/Freed-Wu/translate-shell
arch = any
@@ -35,7 +35,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.48-py3-none-any.whl
- sha256sums = cad3f58f1438cfebe4c627e82ce6edc446cc4685601baa40288f05eb1298b776
+ source = https://files.pythonhosted.org/packages/py3/t/translate-shell/translate_shell-0.0.49-py3-none-any.whl
+ sha256sums = dd1537e0bdd68d136bd2e0746bd33f4b18749336b4c7927d064911abf633fe21
pkgname = python-translate-shell
diff --git a/PKGBUILD b/PKGBUILD
index 070634271287..82bdbd911a43 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.48
+pkgver=0.0.49
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)
@@ -43,7 +43,7 @@ conflicts=("$_pkgname")
license=(GPL3)
_py=py3
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/${_pkgname//-/_}-$pkgver-$_py-none-any.whl")
-sha256sums=('cad3f58f1438cfebe4c627e82ce6edc446cc4685601baa40288f05eb1298b776')
+sha256sums=('dd1537e0bdd68d136bd2e0746bd33f4b18749336b4c7927d064911abf633fe21')
package() {
python -m installer --destdir="$pkgdir" ./*.whl