summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-11-01 03:58:49 +0800
committerlilac2020-11-01 03:58:49 +0800
commit57f39daeac734ad47599c0d63ea4ca6deb5745f3 (patch)
tree8c3a5fcf8e9bcdfe0811d618802beef6a094390b
parent226fc5acd02183f096cbe6c231cfb4b0e04cc314 (diff)
downloadaur-57f39daeac734ad47599c0d63ea4ca6deb5745f3.tar.gz
[lilac] updated to 0.9.37-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 329561193435..1881e9278736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.36
+ pkgver = 0.9.37
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.36.tar.gz
- sha256sums = 335d720b84402b1b96ee2ce03b2077022c8ffd88cf6254a8665d151c4f258eca
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.37.tar.gz
+ sha256sums = 1ad3cf87745388c6c06321166c91104f6c16c76e45ab5288b1a5593a2681a02e
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index 9913cdca370b..c313ccfe50b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.36
+pkgver=0.9.37
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=('335d720b84402b1b96ee2ce03b2077022c8ffd88cf6254a8665d151c4f258eca')
+sha256sums=('1ad3cf87745388c6c06321166c91104f6c16c76e45ab5288b1a5593a2681a02e')
build() {
cd $_pkgname-$pkgver