summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-04-15 09:50:05 +0800
committerlilac2021-04-15 09:50:05 +0800
commite60d35d30aadfbbfe57705f0fb24a908b3e97212 (patch)
tree83daf5428639e66167fe2982572101c2ad2a89f3 /PKGBUILD
parent54f17b5d8518efd897d51b0a823edd8fa183e37a (diff)
downloadaur-e60d35d30aadfbbfe57705f0fb24a908b3e97212.tar.gz
[lilac] updated to 0.9.43-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 101795dd09e2..b23f1c4d919a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.42
+pkgver=0.9.43
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=('d9d68c27cf5b04de7e66ea1787371e7122db974f8b7ab8046395dd44db61c687')
+sha256sums=('14037bd932e7d8d043905f5ced10ece0cf42a039a885b1ad439c5781669db5ad')
build() {
cd $_pkgname-$pkgver