mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/pyradio: upgrade to 0.9.2.16
This commit is contained in:
parent
a6314c6459
commit
8b64c32f72
@ -1,6 +1,6 @@
|
||||
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
|
||||
pkgname=pyradio
|
||||
pkgver=0.9.2.15
|
||||
pkgver=0.9.2.16
|
||||
pkgrel=0
|
||||
pkgdesc="Curses based internet radio player"
|
||||
url="https://www.coderholic.com/pyradio"
|
||||
@ -36,13 +36,15 @@ package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
.dist/*.whl
|
||||
|
||||
install -Dm644 devel/pyradio.png -t "$pkgdir"/usr/share/icons/hicolor/512x512/apps/
|
||||
install -Dm644 devel/pyradio.desktop -t "$pkgdir"/usr/share/applications/
|
||||
install -Dm644 devel/pyradio.png \
|
||||
-t "$pkgdir"/usr/share/icons/hicolor/512x512/apps/
|
||||
install -Dm644 devel/pyradio.desktop \
|
||||
-t "$pkgdir"/usr/share/applications/
|
||||
|
||||
install -Dm644 pyradio.1 pyradio_rb.1 pyradio_server.1 \
|
||||
install -Dm644 pyradio.1 pyradio_rb.1 pyradio_rec.1 pyradio_server.1 \
|
||||
-t "$pkgdir"/usr/share/man/man1/
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
2637b755033e74d0f552f3f221704996073d2e4ebd9474bbfff208685188a2e904605cf135af15171086e3e48bbf87885b94959aa4d111db059202b1d624195a pyradio-0.9.2.15.tar.gz
|
||||
a8ba76acb65d0dcd3776b9d478dc474e9dd5ebe23c6d4737e7d715dccd474d86dc4d42ef54809f52edaea73996db8887c24bf6b08e0d5195d68caf2977ba3fd0 pyradio-0.9.2.16.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user