summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cc08a520027..a94221aec525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-hitutil
_pkgname="${pkgname#*-}"
-pkgver=0.1.2
+pkgver=0.3.0
pkgrel=1
pkgdesc="hit.edu.cn utils"
arch=('any')
@@ -11,7 +11,7 @@ license=('AGPL3')
depends=('python-beautifulsoup4' 'python-pycryptodome' 'python-requests')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('84a36ba4229b6e9a25f350cce07f862730d7de3ba831c384047e378d8470efe7')
+sha256sums=('7bbeb1530dee0a0054e4049965ddfc4580f74194aa4af8c9ca00e5de4fd548a4')
build() {
cd "$_pkgname-$pkgver"