summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpiros Georgaras2021-09-08 13:13:51 +0300
committerSpiros Georgaras2021-09-08 13:13:51 +0300
commitc9574c0671548d30e02fe7fea484b07724e1de91 (patch)
treebf9868b6c4da37ff85667ee3e7744cab536ea693 /PKGBUILD
parent413962a32cb4f00814ccbc9c6d1b9408c9ac58f1 (diff)
downloadaur-c9574c0671548d30e02fe7fea484b07724e1de91.tar.gz
fixing documentation installation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9cd405f61da..2364669843bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: aksr <aksr at t-com dot me>
pkgname=pyradio-git
-pkgver=0.8.9.8.r0.gd878cd3
-pkgrel=3
+pkgver=0.8.9.9.r4.g8a01a7f
+pkgrel=1
pkgdesc="Internet radio player for the command line"
arch=('any')
url="http://www.coderholic.com/pyradio/"
@@ -33,7 +33,7 @@ package() {
cd $pkgname
install -Dm644 LICENCE "$pkgdir/usr/share/licenses/pyradio/LICENSE"
- install -Dm644 README.{html,md} build.{html,md} -t "$pkgdir/usr/share/doc/pyradio"
+ install -Dm644 *{html,md} -t "$pkgdir/usr/share/doc/pyradio"
install -Dm644 pyradio{,_rb}.1 -t "$pkgdir/usr/share/man/man1"
python setup.py install --root="$pkgdir" --optimize=1