summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAn7ar352022-10-03 13:24:31 +0200
committerAn7ar352022-10-03 13:24:31 +0200
commitb44f8493eb84fa327ba838505152036a6c983614 (patch)
tree08b2679c79d31866d59ea89507b3cccefca0c945
parent67b29970e718a80604bf59ec65ef169518180141 (diff)
downloadaur-b44f8493eb84fa327ba838505152036a6c983614.tar.gz
1.0.13
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a68adcabdb73..66cfc1a97db7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ctune-git
pkgdesc = NCurses internet radio player for Linux.
- pkgver = v1.0.12
+ pkgver = v1.0.13
pkgrel = 0
url = https://github.com/An7ar35/ctune
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = ctune-git
depends = ffmpeg
depends = alsa-lib
depends = pulseaudio
+ depends = libbsd
optdepends = sdl2: for SDL2 output plugin support
optdepends = sndio: for SNDIO output plugin support
optdepends = vlc: for VLC player plugin support
diff --git a/PKGBUILD b/PKGBUILD
index 429ad8736adc..1817b1e518de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: E.A.Davison <eadavison at protonmail dot com>
pkgname=ctune-git
-pkgver=v1.0.12
+pkgver=v1.0.13
pkgrel=0
pkgdesc="NCurses internet radio player for Linux."
arch=('x86_64' 'aarch64')
@@ -12,7 +12,8 @@ depends=('ncurses'
'curl'
'ffmpeg'
'alsa-lib'
- 'pulseaudio')
+ 'pulseaudio'
+ 'libbsd')
makedepends=('make'
'cmake'