summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorC.T Liu2020-08-18 04:09:07 +0000
committerC.T Liu2020-08-18 04:09:07 +0000
commit902449e8c1da13330b3df0e067609a7a26c0ec6a (patch)
treea1d1fc3232b2b61e6870f46599b69831eabc1e5c /PKGBUILD
parent34ab0fa522586cc8bc5fb52040d161e677d07eca (diff)
downloadaur-python-zdict.tar.gz
updpkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9821e97ec4e5..ece39448318d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=zdict
pkgname=python-$_pkgname
-pkgver=3.6.1
+pkgver=3.7.0
pkgrel=1
pkgdesc="CLI dictionary framework mainly focus on any kind of online dictionary"
arch=('any')
@@ -15,7 +15,7 @@ checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-flake8' 'python
_completion_commit=8698dc733b3174f5aac319234fec60dfa380a87e
source=("https://pypi.io/packages/source/z/zdict/$_pkgname-$pkgver.tar.gz"
git+https://github.com/zdict/zdict.sh.git#commit=$_completion_commit)
-sha256sums=('59332d74820d53d16cf1d207ea8a5a01f105651aaa9ceb60d4ca9087a98b0628'
+sha256sums=('d2b3c00cf66515a601a8da3069608905691faa164225a6c09a7aca0ffc07d2bb'
'SKIP')
build() {