summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-10-22 06:57:09 +0800
committerlilac2020-10-22 06:57:09 +0800
commita46073b9209b06b16d9d60e528996f5921cb4354 (patch)
tree428627e758dc1df19e87220397074259d2b0b7bc /PKGBUILD
parentff5a31716a2cd855e509fc0b59d521e3e32309b5 (diff)
downloadaur-a46073b9209b06b16d9d60e528996f5921cb4354.tar.gz
[lilac] updated to 0.9.31-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54356adebb36..dc9018603977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.30
+pkgver=0.9.31
pkgrel=1
pkgdesc='A PTT library that support PTT and PTT2'
arch=(any)
@@ -12,7 +12,7 @@ depends=(python python-progressbar python-websockets python-uao
python-beautifulsoup4 python-requests)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/P/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('9cbac026ef75a8b37f0543877dce9b4ad90fa153e87aea6f91c10072054c0371')
+sha256sums=('e9a645904827b8b22e7503f38a0f948bd256594a494c846b7530120b10e6a06a')
build() {
cd $_pkgname-$pkgver