summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-10-12 22:21:11 +0800
committerlilac2021-10-12 22:21:11 +0800
commitd88ab6e7b22b1c306dfb8865d233fcfa6eaa0238 (patch)
treea0fdc461a74515a0de35c873d9ae572f436ebb19
parent0d89822dae868b701ac4ffb4bec6291209dd65e8 (diff)
downloadaur-d88ab6e7b22b1c306dfb8865d233fcfa6eaa0238.tar.gz
[lilac] updated to 0.9.48-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be66d0974324..ebe4ac38249b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.47
+ pkgver = 0.9.48
pkgrel = 1
url = https://github.com/PttCodingMan/PyPtt
arch = any
@@ -12,8 +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.47.tar.gz
- sha256sums = 8d294b5128d92d19230607b7e49c99d37e70fc4520a2d0ba54473c5aee1b8ee3
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.48.tar.gz
+ sha256sums = 99740f29a72ec565f0179f4bc23b3f8a2ac478b5efc13bf5f062fc350230470e
pkgname = python-pyptt
-
diff --git a/PKGBUILD b/PKGBUILD
index 96f112f68b39..b4941c21326e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.47
+pkgver=0.9.48
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=('8d294b5128d92d19230607b7e49c99d37e70fc4520a2d0ba54473c5aee1b8ee3')
+sha256sums=('99740f29a72ec565f0179f4bc23b3f8a2ac478b5efc13bf5f062fc350230470e')
build() {
cd $_pkgname-$pkgver