summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-10-28 19:40:08 +0800
committerlilac2020-10-28 19:40:08 +0800
commit226fc5acd02183f096cbe6c231cfb4b0e04cc314 (patch)
tree4290bb80312c773d1f5fb195d4cd3fd3d8ee1f56 /PKGBUILD
parentedc6107f4a7ee1d5ce52abc614abe3d24a6a0127 (diff)
downloadaur-226fc5acd02183f096cbe6c231cfb4b0e04cc314.tar.gz
[lilac] updated to 0.9.36-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8865b6cedc83..9913cdca370b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.35
+pkgver=0.9.36
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=('714bffce38179ec7840987b247226012a913de1687774107c71c88785d4615c2')
+sha256sums=('335d720b84402b1b96ee2ce03b2077022c8ffd88cf6254a8665d151c4f258eca')
build() {
cd $_pkgname-$pkgver