diff options
author | An7ar35 | 2024-08-18 10:02:53 +0200 |
---|---|---|
committer | An7ar35 | 2024-08-18 10:02:53 +0200 |
commit | 2814de2ec6dd60ac3bc456fa0cd88b8ce7f044d4 (patch) | |
tree | 555a71a11430ec4a6766c636e964c9d2d1a6f4a4 | |
parent | 21efcd6149a7967e7e4323f76bcd7aaccd026c87 (diff) | |
download | aur-2814de2ec6dd60ac3bc456fa0cd88b8ce7f044d4.tar.gz |
v1.3.0
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 7 | ||||
-rwxr-xr-x | deploy.sh | 1 |
3 files changed, 9 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = ctune-git pkgdesc = NCurses internet radio player for Linux. - pkgver = v1.2.0 - pkgrel = 2 + pkgver = v1.3.0 + pkgrel = 0 url = https://github.com/An7ar35/ctune arch = x86_64 arch = aarch64 @@ -18,12 +18,13 @@ pkgbase = ctune-git depends = libbsd optdepends = pulseaudio: for PulseAudio plugin support optdepends = pipewire-pulse: for using the pulseaudio plugin on Pipewire + optdepends = pipewire: for PipeWire plugin support optdepends = sdl2: for SDL2 output plugin support optdepends = sndio: for SNDIO output plugin support optdepends = vlc: for VLC player plugin support provides = ctune conflicts = ctune - source = git+https://github.com/An7ar35/ctune.git#branch=origin/dev + source = git+https://github.com/An7ar35/ctune.git#tag=v1.3.0 sha512sums = SKIP pkgname = ctune-git @@ -1,8 +1,8 @@ # Maintainer: E.A.Davison <eadavison at protonmail dot com> pkgname=ctune-git -pkgver=v1.2.0 -pkgrel=2 +pkgver=v1.3.0 +pkgrel=0 pkgdesc="NCurses internet radio player for Linux." arch=('x86_64' 'aarch64') url="https://github.com/An7ar35/ctune" @@ -21,6 +21,7 @@ makedepends=('make' optdepends=('pulseaudio: for PulseAudio plugin support' 'pipewire-pulse: for using the pulseaudio plugin on Pipewire' + 'pipewire: for PipeWire plugin support' 'sdl2: for SDL2 output plugin support' 'sndio: for SNDIO output plugin support' 'vlc: for VLC player plugin support') @@ -28,7 +29,7 @@ optdepends=('pulseaudio: for PulseAudio plugin support' conflicts=('ctune') provides=('ctune') license=('AGPL3') -source=(git+https://github.com/An7ar35/ctune.git#branch=origin/dev) +source=(git+https://github.com/An7ar35/ctune.git#tag=v1.3.0) sha512sums=('SKIP') build() { diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 000000000000..ae16a55b88d1 --- /dev/null +++ b/deploy.sh @@ -0,0 +1 @@ +makepkg --printsrcinfo > .SRCINFO |