summarylogtreecommitdiffstats
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
parent93bb899c42a1685026c00efaa6b418d1a6771df1 (diff)
downloadaur-dfb1c7e65c008326a448b3ece985b0288131532c.tar.gz
Version 2.9.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e6d3fbc56ad..ce5d2629c0e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = radioactive
pkgdesc = Play and record any radio stations around the globe right from your terminal.
- pkgver = 2.9.0
- pkgrel = 3
+ pkgver = 2.9.1
+ pkgrel = 1
url = https://github.com/deep5050/radio-active
arch = any
license = MIT
@@ -16,7 +16,10 @@ pkgbase = radioactive
depends = python-requests-cache
depends = python-rich
depends = python-zenlog
- source = radioactive-2.9.0.tar.gz::https://github.com/deep5050/radio-active/archive/refs/tags/v2.9.0.tar.gz
- md5sums = 7a9a7710f094e9019d8d6f960ffa5e38
+ optdepends = mpv: mediaplayer to use
+ optdepends = vlc: mediaplayer to use
+ conflicts = radio-active
+ source = radioactive-2.9.1.tar.gz::https://github.com/deep5050/radio-active/archive/refs/tags/v2.9.1.tar.gz
+ md5sums = 816968f98b9ce5120838736703009f8b
pkgname = radioactive
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"