summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce5d2629c0e5..4eff294a240d 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.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/deep5050/radio-active
arch = any
license = MIT
@@ -18,7 +18,6 @@ pkgbase = radioactive
depends = python-zenlog
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
diff --git a/PKGBUILD b/PKGBUILD
index fb29ab808559..f4a5b16cbbf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=radio-active
pkgname=radioactive
pkgver=2.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Play and record any radio stations around the globe right from your terminal."
arch=('any')
url="https://github.com/deep5050/radio-active"
@@ -12,7 +12,6 @@ depends=('ffmpeg' 'python-colorlog' 'python-pick' 'python-psutil' 'python-pyradi
#makedepends=('python-setuptools')
makedepends=('python-build' 'python-installer' 'python-wheel')
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=('816968f98b9ce5120838736703009f8b')