From b0217ce5dbce05ff6a1afb39d916b4bd44f56f4b Mon Sep 17 00:00:00 2001 From: agus-balles Date: Sat, 11 Nov 2023 11:18:34 -0300 Subject: [PATCH] GPL2 --- .SRCINFO | 7 ++++--- PKGBUILD | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c200cdffcec7..df8816088272 100755 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 628abcda7493..86a6d5645daa 100755 --- a/PKGBUILD +++ b/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}")