summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-12-18 21:31:56 +0800
committerlilac2022-12-18 21:31:56 +0800
commit5a54ca44828e96705f6451499a7f73fbb2f74abd (patch)
treec018c26cf43502d29e0c6a31ac96833e741f52e2 /PKGBUILD
parent2948ebb467d2ab175c9062bee576d0727b5fff4e (diff)
downloadaur-5a54ca44828e96705f6451499a7f73fbb2f74abd.tar.gz
[lilac] updated to 1.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 648a859ca8ca..ba16e1455f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.50
+pkgver=1.0.0
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=('1893e94013ec94936ad71efd9a2214451e030c6eaaecda102363bdcb45332d53')
+sha256sums=('8ecda9c1dda8e8f03dc828b85ccb0d7ed807ecbe607b7e6df3dc52ebfb83d3b2')
build() {
cd $_pkgname-$pkgver