mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
v2.6.0.r34.g34c9578
This commit is contained in:
parent
25b3aa9627
commit
a6105ae40f
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue