This commit is contained in:
agus-balles 2023-11-11 11:18:34 -03:00
parent bd6fb8839d
commit b0217ce5db
2 changed files with 7 additions and 5 deletions

View file

@ -2,16 +2,17 @@ pkgbase = kew-git
pkgdesc = A command-line music player
pkgver = v1.5.2.r0.ge6f1637
pkgrel = 1
url = https://github.com/ravachol/cue
url = https://github.com/ravachol/kew
arch = x86_64
license = GPL
license = GPL2
depends = ffmpeg
depends = fftw
depends = git
depends = chafa
depends = freeimage
conflicts = cue
source = git+https://github.com/ravachol/cue
replaces = cue-git
source = git+https://github.com/ravachol/kew
sha256sums = SKIP
pkgname = kew-git

View file

@ -4,10 +4,11 @@ pkgver=v1.5.2.r0.ge6f1637
pkgrel=1
pkgdesc="A command-line music player"
arch=('x86_64')
url="https://github.com/ravachol/cue"
license=('GPL')
url="https://github.com/ravachol/kew"
license=('GPL2')
depends=('ffmpeg' 'fftw' 'git' 'chafa' 'freeimage')
conflicts=('cue')
replaces=('cue-git')
sha256sums=('SKIP')
source=("git+${url}")