summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-12-30 05:50:08 +0800
committerlilac2022-12-30 05:50:08 +0800
commit26aa361a785a30db86f90cd7a2e29d0d0ae8781d (patch)
tree3277b074fe982a3e8ee8ccde909f65b33ec9c16a
parentcdca3fb908395500db6bece65283cf896edebe2a (diff)
downloadaur-26aa361a785a30db86f90cd7a2e29d0d0ae8781d.tar.gz
[lilac] updated to 1.0.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73aeb9348bf1..34e92c30e8f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyptt
pkgdesc = A PTT library that support PTT and PTT2
- pkgver = 1.0.3
+ pkgver = 1.0.4
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.3.tar.gz
- sha256sums = bcf053a2dea67a1e6cb95fd85dad17085a52b9227eb9257f5ddc84f5c47a1e27
+ source = https://files.pythonhosted.org/packages/source/P/PyPtt/PyPtt-1.0.4.tar.gz
+ sha256sums = 7c0dd20b2438e7f2a049bd882cb037380f8b0eab44b8e9c7822cf93430a998a0
pkgname = python-pyptt
diff --git a/PKGBUILD b/PKGBUILD
index 202fed8df08b..e71adb7b1f67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=1.0.3
+pkgver=1.0.4
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=('bcf053a2dea67a1e6cb95fd85dad17085a52b9227eb9257f5ddc84f5c47a1e27')
+sha256sums=('7c0dd20b2438e7f2a049bd882cb037380f8b0eab44b8e9c7822cf93430a998a0')
build() {
cd $_pkgname-$pkgver