summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-08-26 19:53:01 +0800
committerlilac2020-08-26 19:53:01 +0800
commit36fa3b29e7e79073b13455c03f6ab8aa491d7460 (patch)
tree60649b495ab57b3989b2d0adb4b8855416d76b29
parent9fb79e3aa7c1252499418284047b07b8ef7952e7 (diff)
downloadaur-36fa3b29e7e79073b13455c03f6ab8aa491d7460.tar.gz
[lilac] updated to 0.9.21-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e427d19017..3fa0681042d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.20
+ pkgver = 0.9.21
pkgrel = 1
url = https://github.com/PttCodingMan/PyPtt
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-pyptt
depends = python-uao
depends = python-beautifulsoup4
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.20.tar.gz
- sha256sums = 08ceefd1d05b569b1186f0e3b9b7ce6a2ef576f2199a3a169acbc2f583de9afd
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.21.tar.gz
+ sha256sums = bbd8a2d81528139b7b764cbf562f19be28a1d275665022c41d8c0129d6d23ddc
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index 7bd37e38025c..d7b48ec951af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.20
+pkgver=0.9.21
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=('08ceefd1d05b569b1186f0e3b9b7ce6a2ef576f2199a3a169acbc2f583de9afd')
+sha256sums=('bbd8a2d81528139b7b764cbf562f19be28a1d275665022c41d8c0129d6d23ddc')
build() {
cd $_pkgname-$pkgver