summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2023-01-28 21:46:55 +0800
committerlilac2023-01-28 21:46:55 +0800
commitfca70451a418c65539882439a7f6252fa75ca097 (patch)
tree24fac82022e2dd7fe5495b90f3c9b2060e5666e2 /PKGBUILD
parent26aa361a785a30db86f90cd7a2e29d0d0ae8781d (diff)
downloadaur-fca70451a418c65539882439a7f6252fa75ca097.tar.gz
[lilac] updated to 1.0.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e71adb7b1f67..35d67ad1a780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyptt
_pkgname=PyPtt
-pkgver=1.0.4
+pkgver=1.0.6
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=('7c0dd20b2438e7f2a049bd882cb037380f8b0eab44b8e9c7822cf93430a998a0')
+sha256sums=('a50a13f28de63e3fc97fca2a0ed6338b566bd54fe548adcbe6e03d1e169e3c8c')
build() {
cd $_pkgname-$pkgver