summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-01-13 07:58:42 +0800
committerlilac2021-01-13 07:58:42 +0800
commit2c6b86edd1caab7e0d843c3981e76b2e2119a2d0 (patch)
tree9cb5b98cbdeae3319b363494e8a9c4c1b082e182
parent54a2a4124b36498ad7e37099d1d615aad9e3995c (diff)
downloadaur-2c6b86edd1caab7e0d843c3981e76b2e2119a2d0.tar.gz
[lilac] updated to 0.9.41-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d968a7620416..e0bc59a8162a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.40
+ pkgver = 0.9.41
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.40.tar.gz
- sha256sums = b9b8f95f2ad546cb4dd46d26c8f1c860aaa49c9fdb9cb76fe30cca1eab5e949c
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.41.tar.gz
+ sha256sums = b96687c030d853ec3f7e8d11c33205f06c711588e7b2e6f9922e6a2f114e8502
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index ab7cc1a5a4b7..dfa1cab6a853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.40
+pkgver=0.9.41
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=('b9b8f95f2ad546cb4dd46d26c8f1c860aaa49c9fdb9cb76fe30cca1eab5e949c')
+sha256sums=('b96687c030d853ec3f7e8d11c33205f06c711588e7b2e6f9922e6a2f114e8502')
build() {
cd $_pkgname-$pkgver