summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Zhenyu2022-12-04 22:58:11 +0800
committerWu Zhenyu2022-12-04 22:58:11 +0800
commit09a109b10785fd5a76cf8921f2a945e9a004b0ba (patch)
tree7aebd3e447e4254f6910fceec5593acc471a76a3
parent135f6cb116e3906b8102228b7f7e0f5f9732af47 (diff)
downloadaur-09a109b10785fd5a76cf8921f2a945e9a004b0ba.tar.gz
:alien: Update to 0.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6a6f452199c..a90771954986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-translate-shell
pkgdesc = Translate text by many different translators.
- pkgver = 0.0.2
+ pkgver = 0.0.3
pkgrel = 1
url = https://github.com/Freed-Wu/translate-shell
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-translate-shell
optdepends = python-langdetect: detect language automatically for offline dictionary
optdepends = python-pystardict: offline dictionary
conflicts = translate-shell
- source = https://files.pythonhosted.org/packages/py3/t/translate-shell/translate_shell-0.0.2-py3-none-any.whl
- sha256sums = 65b6082b512a96d6bbd4ffdf706ebd513f39bfd0a250139179f80c3e6481c65a
+ source = https://files.pythonhosted.org/packages/py3/t/translate-shell/translate_shell-0.0.3-py3-none-any.whl
+ sha256sums = 9627b56aa5723c5904440e9f55bad546683d1e25c64cf9ff1fb5f9aa0a9bd0b6
pkgname = python-translate-shell
diff --git a/PKGBUILD b/PKGBUILD
index fbe02568a4e0..786fc6658e40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# $ updaurpkg --apply
_repo=Freed-Wu/translate-shell
_source_type=github-tags
-_upstreamver='0.0.2'
+_upstreamver='0.0.3'
_pkgname=$(tr A-Z a-z <<<${_repo##*/})
pkgname=python-$_pkgname
@@ -26,7 +26,7 @@ conflicts=(translate-shell)
license=(GPLv3)
_py=py3
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname:0:1}/$_pkgname/${_pkgname//-/_}-$pkgver-$_py-none-any.whl")
-sha256sums=('65b6082b512a96d6bbd4ffdf706ebd513f39bfd0a250139179f80c3e6481c65a')
+sha256sums=('9627b56aa5723c5904440e9f55bad546683d1e25c64cf9ff1fb5f9aa0a9bd0b6')
package() {
cd "$srcdir" || return 1