v2.6.0.r34.g34c9578

This commit is contained in:
agus-balles 2024-08-01 11:10:48 -03:00
parent 25b3aa9627
commit a6105ae40f
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ pkgbase = kew-git
depends = opus
depends = opusfile
depends = libvorbis
depends = libnotify
optdepends = libnotify
conflicts = kew
replaces = cue-git
source = git+https://github.com/ravachol/kew

View file

@ -7,7 +7,8 @@ arch=('x86_64')
url="https://github.com/ravachol/kew"
license=('GPL2')
conflicts=('kew')
depends=('ffmpeg' 'fftw' 'git' 'chafa' 'freeimage' 'gcc' 'make' 'glib2' 'opus' 'opusfile' 'libvorbis' 'libnotify')
depends=('ffmpeg' 'fftw' 'git' 'chafa' 'freeimage' 'gcc' 'make' 'glib2' 'opus' 'opusfile' 'libvorbis')
optdepends=('libnotify')
replaces=('cue-git')
sha256sums=('SKIP')