summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpiros Georgaras2022-11-25 16:55:30 +0200
committerSpiros Georgaras2022-11-25 16:55:30 +0200
commit5576b4cacc5f87da1d4eccaa8eee6e0e37b72c2d (patch)
tree11aa934b783f289a1257a9f047225d1a7d9a0ac5
parent17a4eebe2eee1c4d676e41255c0987245e4ce674 (diff)
downloadaur-5576b4cacc5f87da1d4eccaa8eee6e0e37b72c2d.tar.gz
version 0.8.9.30
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40f1fa21c6e0..ff59fa33e05e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyradio-git
pkgdesc = Internet radio player for the command line
- pkgver = 0.8.9.12.r0.g6bafa23
- pkgrel = 2
+ pkgver = 0.8.9.30.r0.g6bafa23
+ pkgrel = 1
url = http://www.coderholic.com/pyradio/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c2c39a18d13b..5b857b1fb4d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: aksr <aksr at t-com dot me>
pkgname=pyradio-git
-pkgver=0.8.9.12.r0.g6bafa23
-pkgrel=2
+pkgver=0.8.9.30.r0.gdfdaaa4
+pkgrel=1
pkgdesc="Internet radio player for the command line"
arch=('any')
url="http://www.coderholic.com/pyradio/"
@@ -35,6 +35,9 @@ package() {
install -Dm644 LICENCE "$pkgdir/usr/share/licenses/pyradio/LICENSE"
install -Dm644 ./*{html,md} -t "$pkgdir/usr/share/doc/pyradio"
install -Dm644 pyradio{,_rb}.1 -t "$pkgdir/usr/share/man/man1"
+ install -Dm644 devel/pyradio.desktop -t "$pkgdir/usr/share/applications"
+ install -Dm644 devel/pyradio.png -t "$pkgdir/usr/share/icons"
+
PIP_CONFIG_FILE=/dev/null python -m pip install --no-warn-script-location --isolated --root="$pkgdir" --ignore-installed --no-deps .
}