summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-03-31 23:51:27 +0800
committerlilac2021-03-31 23:51:27 +0800
commit54f17b5d8518efd897d51b0a823edd8fa183e37a (patch)
tree56861fe1856b65a715888ed7135740ef08b57734
parent2c6b86edd1caab7e0d843c3981e76b2e2119a2d0 (diff)
downloadaur-54f17b5d8518efd897d51b0a823edd8fa183e37a.tar.gz
[lilac] updated to 0.9.42-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0bc59a8162a..68aa2a10a899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.41
+ pkgver = 0.9.42
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.41.tar.gz
- sha256sums = b96687c030d853ec3f7e8d11c33205f06c711588e7b2e6f9922e6a2f114e8502
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.42.tar.gz
+ sha256sums = d9d68c27cf5b04de7e66ea1787371e7122db974f8b7ab8046395dd44db61c687
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index dfa1cab6a853..101795dd09e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.41
+pkgver=0.9.42
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=('b96687c030d853ec3f7e8d11c33205f06c711588e7b2e6f9922e6a2f114e8502')
+sha256sums=('d9d68c27cf5b04de7e66ea1787371e7122db974f8b7ab8046395dd44db61c687')
build() {
cd $_pkgname-$pkgver