summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-06-28 02:36:18 +0800
committerlilac2020-06-28 02:36:18 +0800
commitf1c5fe05de88e54ec1b993600058f7ff36e6ea44 (patch)
treeb3605793b8085d0d7a13e60e4121d64e82c521c6
parent81ac67b9c21feb4ce039c7fb6441aef5f768ee8c (diff)
downloadaur-f1c5fe05de88e54ec1b993600058f7ff36e6ea44.tar.gz
[lilac] updated to 0.9.19-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d813194434..0102e6922934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.18
+ pkgver = 0.9.19
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.18.tar.gz
- sha256sums = 204490b8e2437b4114b4f7f8379688705ad457d8b081579db74441f69e114de3
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.19.tar.gz
+ sha256sums = 71be244a3d27e5c70393a593342be655807ceda5408e3a5b78d1affa541f0587
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index 7c3062f4f503..3a970464924d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.18
+pkgver=0.9.19
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=('204490b8e2437b4114b4f7f8379688705ad457d8b081579db74441f69e114de3')
+sha256sums=('71be244a3d27e5c70393a593342be655807ceda5408e3a5b78d1affa541f0587')
build() {
cd $_pkgname-$pkgver