summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Arias Orzanco2024-01-07 11:55:38 +0100
committerAntonio Arias Orzanco2024-01-07 11:55:38 +0100
commitdfb1c7e65c008326a448b3ece985b0288131532c (patch)
treed32b59baaca04b990fa5b456cd8926d9a2dafdae /PKGBUILD
parent93bb899c42a1685026c00efaa6b418d1a6771df1 (diff)
downloadaur-dfb1c7e65c008326a448b3ece985b0288131532c.tar.gz
Version 2.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46130d8b5b49..fb29ab808559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=radio-active
pkgname=radioactive
-pkgver=2.9.0
-pkgrel=3
+pkgver=2.9.1
+pkgrel=1
pkgdesc="Play and record any radio stations around the globe right from your terminal."
arch=('any')
url="https://github.com/deep5050/radio-active"
@@ -11,9 +11,10 @@ license=('MIT')
depends=('ffmpeg' 'python-colorlog' 'python-pick' 'python-psutil' 'python-pyradios=1.0.2' 'python-requests-cache' 'python-rich' 'python-zenlog')
#makedepends=('python-setuptools')
makedepends=('python-build' 'python-installer' 'python-wheel')
-cpnflicts=("radio-active")
+optdepends=('mpv: mediaplayer to use' 'vlc: mediaplayer to use')
+conflicts=("radio-active")
source=("$pkgname-$pkgver.tar.gz::https://github.com/deep5050/radio-active/archive/refs/tags/v$pkgver.tar.gz")
-md5sums=('7a9a7710f094e9019d8d6f960ffa5e38')
+md5sums=('816968f98b9ce5120838736703009f8b')
build() {
cd "$_name-$pkgver"