summarylogtreecommitdiffstats
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
parent34ab0fa522586cc8bc5fb52040d161e677d07eca (diff)
downloadaur-902449e8c1da13330b3df0e067609a7a26c0ec6a.tar.gz
updpkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 095b50f4417d..309fa4ed5d0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-zdict
pkgdesc = CLI dictionary framework mainly focus on any kind of online dictionary
- pkgver = 3.6.1
+ pkgver = 3.7.0
pkgrel = 1
url = https://github.com/zdict/zdict
arch = any
@@ -13,9 +13,9 @@ pkgbase = python-zdict
depends = python-beautifulsoup4
depends = python-peewee
depends = python-requests
- source = https://pypi.io/packages/source/z/zdict/zdict-3.6.1.tar.gz
+ source = https://pypi.io/packages/source/z/zdict/zdict-3.7.0.tar.gz
source = git+https://github.com/zdict/zdict.sh.git#commit=8698dc733b3174f5aac319234fec60dfa380a87e
- sha256sums = 59332d74820d53d16cf1d207ea8a5a01f105651aaa9ceb60d4ca9087a98b0628
+ sha256sums = d2b3c00cf66515a601a8da3069608905691faa164225a6c09a7aca0ffc07d2bb
sha256sums = SKIP
pkgname = python-zdict
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() {