v1.7.1.r0.g8e690b4

This commit is contained in:
agus-balles 2023-11-20 16:35:50 -03:00
parent 37bf3d682a
commit 32179dc092
2 changed files with 11 additions and 3 deletions

View file

@ -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

View file

@ -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')