summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpiros Georgaras2023-11-21 16:53:11 +0200
committerSpiros Georgaras2023-11-21 16:53:11 +0200
commit7b3aec1ec10a90961a6b04297da05d386e882495 (patch)
treec056927ef13d6967bcff5b984d3fff720693cbf9
parentcc6bbb545e1a91da0cba6aec793009ef3dce934b (diff)
downloadaur-7b3aec1ec10a90961a6b04297da05d386e882495.tar.gz
version 0.9.2.19-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fe0cbe7d6ca..b259b31162d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyradio-git
pkgdesc = Internet radio player for the command line
- pkgver = 0.9.2.17
- pkgrel = 1
+ pkgver = 0.9.2.19
+ pkgrel = 2
url = http://www.coderholic.com/pyradio/
arch = any
license = MIT
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
}