summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-05 21:51:42 +0800
committerlilac2022-06-05 21:51:42 +0800
commit2948ebb467d2ab175c9062bee576d0727b5fff4e (patch)
tree54adba18b153084a2e53f1f542924ce1057f854e
parent85e6e0237db2c6e1df4df0a811338ff183da8b9a (diff)
downloadaur-2948ebb467d2ab175c9062bee576d0727b5fff4e.tar.gz
[lilac] updated to 0.9.50-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b48bcbba5fe..bdc7d7000abe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.49
+ pkgver = 0.9.50
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.49.tar.gz
- sha256sums = b5a39ec90b27d215616b5fd5150881928949b34e03daf0280c3851b91319e495
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.50.tar.gz
+ sha256sums = 1893e94013ec94936ad71efd9a2214451e030c6eaaecda102363bdcb45332d53
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index 4fb2eccccd35..648a859ca8ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.49
+pkgver=0.9.50
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=('b5a39ec90b27d215616b5fd5150881928949b34e03daf0280c3851b91319e495')
+sha256sums=('1893e94013ec94936ad71efd9a2214451e030c6eaaecda102363bdcb45332d53')
build() {
cd $_pkgname-$pkgver