summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-09-09 06:06:58 +0800
committerlilac2020-09-09 06:06:58 +0800
commit84dc02180baee7f2ea08d18e559218d4dfda0e1e (patch)
tree3b0577e82f511af016258a1856a0cee72e5cb89a
parent6dc54f03c5d850de1835fc9ae3397fb3a7b28935 (diff)
downloadaur-84dc02180baee7f2ea08d18e559218d4dfda0e1e.tar.gz
[lilac] updated to 0.9.23-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7620d0af903..9ceeb2350164 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.22
+ pkgver = 0.9.23
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.22.tar.gz
- sha256sums = da455e6d92bcedd263982c9ad841f8a59fa0501bd7106e3364b6a3d8a92be569
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.23.tar.gz
+ sha256sums = c01c536514a9e714a828dab19bd5320292a8f21a4def2961e574dd06612c7ed9
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index f5c6a76773b6..b60482d4c9ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.22
+pkgver=0.9.23
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=('da455e6d92bcedd263982c9ad841f8a59fa0501bd7106e3364b6a3d8a92be569')
+sha256sums=('c01c536514a9e714a828dab19bd5320292a8f21a4def2961e574dd06612c7ed9')
build() {
cd $_pkgname-$pkgver