summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpiros Georgaras2021-04-03 16:58:27 +0300
committerSpiros Georgaras2021-04-03 16:58:27 +0300
commit681ad0ba665df968cbc6439d9559a49a030e4f6c (patch)
tree4828f5a084fe18de089c0c09cd6e7f12bbbae564
parent28eca22f2f077cde9a9337cdbf5a8cdc4ec1d02d (diff)
parent8117fe8b72b841a551c62ceb4e4455e142455ea3 (diff)
downloadaur-681ad0ba665df968cbc6439d9559a49a030e4f6c.tar.gz
update for version 0.8.9
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33ca778ee2a0..7f4bf179d639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
# Contributor: sng <sng at hellug dot gr>
# Contributor: aksr <aksr at t-com dot me>
-pkgname=pyradio-git
pkgver=0.8.9.r0.gd668e00
pkgrel=1
pkgdesc="Internet radio player for the command line"
@@ -38,7 +37,7 @@ package() {
install -m644 README.{html,md} build.{html,md} "$pkgdir/usr/share/doc/pyradio"
install -dm755 "$pkgdir/usr/share/man/man1"
- gzip pyradio.1 > "$pkgdir/usr/share/man/man1/${pkgname%-git}.1.gz"
+ install -Dm644 pyradio.1 "$pkgdir/usr/share/man/man1/${pkgname%-git}.1"
python setup.py install --root="$pkgdir" --optimize=1
}