summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpiros Georgaras2021-04-03 16:56:26 +0300
committerSpiros Georgaras2021-04-03 16:56:26 +0300
commit28eca22f2f077cde9a9337cdbf5a8cdc4ec1d02d (patch)
tree4faae6cc9cc28b5a26611f2eefb2a983f3add5e8 /PKGBUILD
parent8430f1ffc44b6ff477cf0ca9612108dd7e40bc33 (diff)
downloadaur-28eca22f2f077cde9a9337cdbf5a8cdc4ec1d02d.tar.gz
update for version 0.8.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c976e1dbf6b3..33ca778ee2a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: aksr <aksr at t-com dot me>
pkgname=pyradio-git
-pkgver=0.8.8.beta4.r0.gbc210b0
-pkgrel=2
+pkgver=0.8.9.r0.gd668e00
+pkgrel=1
pkgdesc="Internet radio player for the command line"
arch=('any')
url="http://www.coderholic.com/pyradio/"
@@ -21,6 +21,7 @@ prepare() {
cd $pkgname
_descr="$(git describe --long --tags)"
sed -i "s/git_description = ''/git_description = '$_descr'/" pyradio/radio.py
+ sed -i 's/distro = None/distro = Arch Linux/' pyradio/config
}
pkgver() {