mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
v1.7.1.r0.g8e690b4
This commit is contained in:
parent
37bf3d682a
commit
32179dc092
2 changed files with 11 additions and 3 deletions
9
.SRCINFO
9
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = kew-git
|
||||
pkgdesc = A command-line music player
|
||||
pkgver = v1.5.2.r15.g7c7e10d
|
||||
pkgver = v1.7.1.r0.g8e690b4
|
||||
pkgrel = 1
|
||||
url = https://github.com/ravachol/kew
|
||||
arch = x86_64
|
||||
|
|
@ -10,6 +10,13 @@ pkgbase = kew-git
|
|||
depends = git
|
||||
depends = chafa
|
||||
depends = freeimage
|
||||
depends = gcc
|
||||
depends = make
|
||||
depends = glib2
|
||||
depends = opus
|
||||
depends = opusfile
|
||||
depends = libvorbis
|
||||
conflicts = kew
|
||||
replaces = cue-git
|
||||
source = git+https://github.com/ravachol/kew
|
||||
sha256sums = SKIP
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,12 +1,13 @@
|
|||
# Maintainer: <agustinballesteros04@gmail.com>
|
||||
pkgname=kew-git
|
||||
pkgver=v1.5.2.r15.g7c7e10d
|
||||
pkgver=v1.7.1.r0.g8e690b4
|
||||
pkgrel=1
|
||||
pkgdesc="A command-line music player"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/ravachol/kew"
|
||||
license=('GPL2')
|
||||
depends=('ffmpeg' 'fftw' 'git' 'chafa' 'freeimage')
|
||||
conflicts=('kew')
|
||||
depends=('ffmpeg' 'fftw' 'git' 'chafa' 'freeimage' 'gcc' 'make' 'glib2' 'opus' 'opusfile' 'libvorbis')
|
||||
replaces=('cue-git')
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue