summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-11-15 03:16:31 +0800
committerlilac2020-11-15 03:16:31 +0800
commit353c7300ff7129b6d718ad5d78195a80cda15e79 (patch)
treeff14963ab4d698c3a2d47e992808665afbdbd29b
parentce345c41ead6f9662032d5c26743a582788f6d32 (diff)
downloadaur-353c7300ff7129b6d718ad5d78195a80cda15e79.tar.gz
[lilac] updated to 0.9.39-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27371e097d16..e690a21ef400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.38
+ pkgver = 0.9.39
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.38.tar.gz
- sha256sums = b5f612948c58e223922bd60bf8ef85b6d90b15f5122e3b725214792cf9856340
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.39.tar.gz
+ sha256sums = b904f0eb97af1039ef29bbf0b303bc07145a1c0987bf63694d15662dd48c9860
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index d22786611356..888faf8f113a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.38
+pkgver=0.9.39
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=('b5f612948c58e223922bd60bf8ef85b6d90b15f5122e3b725214792cf9856340')
+sha256sums=('b904f0eb97af1039ef29bbf0b303bc07145a1c0987bf63694d15662dd48c9860')
build() {
cd $_pkgname-$pkgver