summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-10-26 06:59:33 +0800
committerlilac2020-10-26 06:59:33 +0800
commitedc6107f4a7ee1d5ce52abc614abe3d24a6a0127 (patch)
tree970d3748606a6e2b8a82c77e53de71587063d9c6 /PKGBUILD
parenta46073b9209b06b16d9d60e528996f5921cb4354 (diff)
downloadaur-edc6107f4a7ee1d5ce52abc614abe3d24a6a0127.tar.gz
[lilac] updated to 0.9.35-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc9018603977..8865b6cedc83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.31
+pkgver=0.9.35
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=('e9a645904827b8b22e7503f38a0f948bd256594a494c846b7530120b10e6a06a')
+sha256sums=('714bffce38179ec7840987b247226012a913de1687774107c71c88785d4615c2')
build() {
cd $_pkgname-$pkgver