summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-09-27 17:53:08 +0800
committerlilac2020-09-27 17:53:08 +0800
commitb0f865dd2563da967c44658111691528255411f1 (patch)
treed98f0f0ac833a5b47081c806dd676ed6597a7931
parent99bd64379eab47bc351963b6bdd3726995bfc5d7 (diff)
downloadaur-b0f865dd2563da967c44658111691528255411f1.tar.gz
[lilac] updated to 0.9.26-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 616876e9cefa..02319e8a8ac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.25
+ pkgver = 0.9.26
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.25.tar.gz
- sha256sums = d927e69e329d0e1184799c7bfd97ee9a32e953facb56f1bd0ba0183c682c83b9
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.26.tar.gz
+ sha256sums = c4c29e7917c0ba937ca8729dfd35873d0c11700641a57f3771e7b0319f5ad6a8
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index 566df0aeb81a..60d2a549cc36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.25
+pkgver=0.9.26
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=('d927e69e329d0e1184799c7bfd97ee9a32e953facb56f1bd0ba0183c682c83b9')
+sha256sums=('c4c29e7917c0ba937ca8729dfd35873d0c11700641a57f3771e7b0319f5ad6a8')
build() {
cd $_pkgname-$pkgver