summaryrefslogtreecommitdiff
path: root/user/py3-taillight
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-11-28 10:32:32 -0600
committerZach van Rijn <me@zv.io>2022-11-28 10:32:32 -0600
commit07853cee39a9303a2d81c964534b05e2312cef8e (patch)
tree30e16182d4dc9cab9407bf9132669518132f60e5 /user/py3-taillight
parent2828047b155d68a1525bb8c6a6ad840bbb5839d4 (diff)
downloadpackages-07853cee39a9303a2d81c964534b05e2312cef8e.tar.gz
packages-07853cee39a9303a2d81c964534b05e2312cef8e.tar.bz2
packages-07853cee39a9303a2d81c964534b05e2312cef8e.tar.xz
packages-07853cee39a9303a2d81c964534b05e2312cef8e.zip
user/py3-taillight: bump { 0.3b4 --> 0.5.2 }. fixes #883.
Diffstat (limited to 'user/py3-taillight')
-rw-r--r--user/py3-taillight/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/py3-taillight/APKBUILD b/user/py3-taillight/APKBUILD
index 66058e581..9e9324146 100644
--- a/user/py3-taillight/APKBUILD
+++ b/user/py3-taillight/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=py3-taillight
_pkgname=taillight
-pkgver=0.3b4
+pkgver=0.5.2
pkgrel=0
pkgdesc="Lightweight, thread-safe signal/slots system with priorities"
url="https://github.com/Elizafox/taillight"
@@ -11,7 +11,7 @@ license="WTFPL OR LPRAB"
depends="python3"
makedepends=""
# PyPI download doesn't include tests/
-source="https://dev.sick.bike/dist/$pkgname-$pkgver.tar.gz"
+source="https://distfiles.adelielinux.org/source/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="d54e2006d690b87ec7b96975c7d68f5954df993ffd3735100bcff91f3410f33a34b3a07fe22bb40aaad7364d63180b441302b171e52c1345cd90c709749a7bc8 py3-taillight-0.3b4.tar.gz"
+sha512sums="fbae0af9b1104495714c266f7d8a9ddd097b52aea9b97c1839c861b829817cd15db55a3ca4b5f84a19b3b5edfdb2fb50da8cdd1cc5bd0129a5f26be094464649 taillight-0.5.2.tar.gz"