summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-action[bot]2023-05-25 05:08:44 +0000
committergithub-action[bot]2023-05-25 05:08:44 +0000
commitd6fbc8b1f1ea01bf852cf6dae3c9068e2eb5fae4 (patch)
tree9680166ded449d18d082693e088faeda67477991 /PKGBUILD
parente4295af34c9aa9fcf1a209f9427239c9932bee15 (diff)
downloadaur-d6fbc8b1f1ea01bf852cf6dae3c9068e2eb5fae4.tar.gz
Update to 0.0.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 833d75cffcdc..6d3741699c05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# shellcheck shell=bash disable=SC2034,SC2154
_pkgname=translate-shell
pkgname=python-$_pkgname
-pkgver=0.0.25
-pkgrel=2
+pkgver=0.0.26
+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)
url=https://github.com/Freed-Wu/translate-shell
@@ -26,7 +26,7 @@ license=(GPL3)
source=(
"$url/releases/download/$pkgver/${_pkgname//-/_}-$pkgver-py3-none-any.whl"
)
-sha256sums=('bfc0bdddac50e045a159344b87991a2505787894c5404b045fa9328a68805d3d')
+sha256sums=('7683c981ace46958012f33b246e05ac7536f3e9d5ee19e4c3428161947f794a3')
package() {
cd "$srcdir" || return 1