This commit is contained in:
agus-balles 2025-10-19 17:06:45 -03:00
parent c5bb79ef34
commit 87447887fb
2 changed files with 4 additions and 5 deletions

View file

@ -1,11 +1,12 @@
pkgbase = kew-git
pkgdesc = A command-line music player
pkgver = v3.6.1.f90db6e
pkgver = v3.6.3.6c2f271
pkgrel = 1
url = https://github.com/ravachol/kew
arch = x86_64
license = GPL2
depends = fftw
depends = faad
depends = git
depends = chafa
depends = taglib
@ -17,7 +18,6 @@ pkgbase = kew-git
depends = opusfile
depends = libvorbis
depends = curl
optdepends = faad2
conflicts = kew
replaces = cue-git
source = git+https://github.com/ravachol/kew

View file

@ -1,14 +1,13 @@
# Maintainer: <agustinballesteros04@gmail.com>
pkgname=kew-git
pkgrel=1
pkgver=v3.6.1.f90db6e
pkgver=v3.6.3.6c2f271
pkgdesc="A command-line music player"
arch=('x86_64')
url="https://github.com/ravachol/kew"
license=('GPL2')
conflicts=('kew')
depends=('fftw' 'git' 'chafa' 'taglib' 'libogg' 'gcc' 'make' 'glib2' 'opus' 'opusfile' 'libvorbis' 'curl')
optdepends=('faad2')
depends=('fftw' 'faad' 'git' 'chafa' 'taglib' 'libogg' 'gcc' 'make' 'glib2' 'opus' 'opusfile' 'libvorbis' 'curl')
replaces=('cue-git')
sha256sums=('SKIP')