summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-11-01 06:34:30 +0800
committerlilac2021-11-01 06:34:30 +0800
commit85e6e0237db2c6e1df4df0a811338ff183da8b9a (patch)
treef232b956fee38ee4dd84786b3222124abc21dff0
parentd88ab6e7b22b1c306dfb8865d233fcfa6eaa0238 (diff)
downloadaur-85e6e0237db2c6e1df4df0a811338ff183da8b9a.tar.gz
[lilac] updated to 0.9.49-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebe4ac38249b..7b48bcbba5fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.48
+ pkgver = 0.9.49
pkgrel = 1
url = https://github.com/PttCodingMan/PyPtt
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pyptt
depends = python-uao
depends = python-beautifulsoup4
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.48.tar.gz
- sha256sums = 99740f29a72ec565f0179f4bc23b3f8a2ac478b5efc13bf5f062fc350230470e
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.49.tar.gz
+ sha256sums = b5a39ec90b27d215616b5fd5150881928949b34e03daf0280c3851b91319e495
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index b4941c21326e..4fb2eccccd35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.48
+pkgver=0.9.49
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=('99740f29a72ec565f0179f4bc23b3f8a2ac478b5efc13bf5f062fc350230470e')
+sha256sums=('b5a39ec90b27d215616b5fd5150881928949b34e03daf0280c3851b91319e495')
build() {
cd $_pkgname-$pkgver