summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2a031ff67a7..7f4bf179d639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,7 @@
# Contributor: sng <sng at hellug dot gr>
# Contributor: aksr <aksr at t-com dot me>
-pkgname=pyradio-git
-pkgver=0.8.8.2.r0.g130ccad
+pkgver=0.8.9.r0.gd668e00
pkgrel=1
pkgdesc="Internet radio player for the command line"
arch=('any')
@@ -21,6 +20,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() {