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 8b79b9b3dda3..d655733ffe54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 1.0.0
+ pkgver = 1.0.2
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-1.0.0.tar.gz
- sha256sums = 8ecda9c1dda8e8f03dc828b85ccb0d7ed807ecbe607b7e6df3dc52ebfb83d3b2
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-1.0.2.tar.gz
+ sha256sums = bb7a9f322f2b85ee3c2266eb085ab6c9ad767fe4b757b90b84b6bcaad610d609
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index ba16e1455f23..3e41805a44c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=1.0.0
+pkgver=1.0.2
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=('8ecda9c1dda8e8f03dc828b85ccb0d7ed807ecbe607b7e6df3dc52ebfb83d3b2')
+sha256sums=('bb7a9f322f2b85ee3c2266eb085ab6c9ad767fe4b757b90b84b6bcaad610d609')
build() {
cd $_pkgname-$pkgver