summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-04-09 21:16:53 +0800
committerlilac2023-04-09 21:16:53 +0800
commitc9c66a5814f804ab37a87cb1d83ff7d9aa736d44 (patch)
treef6952d6b22e8144215059d690f5ba0781cec0099
parentfca70451a418c65539882439a7f6252fa75ca097 (diff)
downloadaur-python-pyptt.tar.gz
[lilac] updated to 1.0.7-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf400615736..5138d2dbfede 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 1.0.6
+ pkgver = 1.0.7
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.6.tar.gz
- sha256sums = a50a13f28de63e3fc97fca2a0ed6338b566bd54fe548adcbe6e03d1e169e3c8c
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-1.0.7.tar.gz
+ sha256sums = 46a8d66646a23c2be80ced4c044532574f856011a9181a28eff0f0562f12f4ca
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index 35d67ad1a780..cb75bf7ad774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=1.0.6
+pkgver=1.0.7
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=('a50a13f28de63e3fc97fca2a0ed6338b566bd54fe548adcbe6e03d1e169e3c8c')
+sha256sums=('46a8d66646a23c2be80ced4c044532574f856011a9181a28eff0f0562f12f4ca')
build() {
cd $_pkgname-$pkgver