summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d8d9688b57a..29fd95992607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+
# Maintainer: willemw <willemw12@gmail.com>
# Contributor: sng <sng at hellug dot gr>
# Contributor: aksr <aksr at t-com dot me>
pkgname=pyradio-git
-pkgver=0.9.2.17
+pkgver=0.9.2.19.r0.gbf0fd80
pkgrel=1
pkgdesc="Internet radio player for the command line"
arch=('any')
@@ -20,6 +21,8 @@ sha256sums=('SKIP')
prepare() {
cd $pkgname
_descr="$(git describe --long --tags)"
+ sed -i '/readme = / a \
+license = {file = "LICENCE"}' pyproject.toml
sed -i "s/git_description = ''/git_description = '$_descr'/" pyradio/config.py
sed -i 's/distro = None/distro = Arch Linux (AUR)/' pyradio/config
}