summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-10-19 19:02:46 +0800
committerlilac2020-10-19 19:02:46 +0800
commitff5a31716a2cd855e509fc0b59d521e3e32309b5 (patch)
tree2ba8a7eb0592c0802a5caccc6d281799bc24665c
parent90256dfa10a891f827de10bd568f78597a9c6323 (diff)
downloadaur-ff5a31716a2cd855e509fc0b59d521e3e32309b5.tar.gz
[lilac] updated to 0.9.30-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d5210fcdc89..916f8d4fa006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.27
+ pkgver = 0.9.30
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.27.tar.gz
- sha256sums = 539323279514d0ca626cbf3fa909fcd006e5b9180049d96e49955f91cd6e5bde
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.30.tar.gz
+ sha256sums = 9cbac026ef75a8b37f0543877dce9b4ad90fa153e87aea6f91c10072054c0371
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index 3213d81dfdd5..54356adebb36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.27
+pkgver=0.9.30
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=('539323279514d0ca626cbf3fa909fcd006e5b9180049d96e49955f91cd6e5bde')
+sha256sums=('9cbac026ef75a8b37f0543877dce9b4ad90fa153e87aea6f91c10072054c0371')
build() {
cd $_pkgname-$pkgver