mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
6c2f271
This commit is contained in:
parent
c5bb79ef34
commit
87447887fb
2 changed files with 4 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue