summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fdfa62eefdc..679e32ffe494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 0.9.31
+ pkgver = 0.9.35
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.31.tar.gz
- sha256sums = e9a645904827b8b22e7503f38a0f948bd256594a494c846b7530120b10e6a06a
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-0.9.35.tar.gz
+ sha256sums = 714bffce38179ec7840987b247226012a913de1687774107c71c88785d4615c2
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index dc9018603977..8865b6cedc83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=0.9.31
+pkgver=0.9.35
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=('e9a645904827b8b22e7503f38a0f948bd256594a494c846b7530120b10e6a06a')
+sha256sums=('714bffce38179ec7840987b247226012a913de1687774107c71c88785d4615c2')
build() {
cd $_pkgname-$pkgver