mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
GPL2
This commit is contained in:
parent
bd6fb8839d
commit
b0217ce5db
2 changed files with 7 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue