summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragus-balles2023-11-11 11:18:34 -0300
committeragus-balles2023-11-11 11:18:34 -0300
commitb0217ce5dbce05ff6a1afb39d916b4bd44f56f4b (patch)
tree30ed86cb312493b47018f4352c5e97765e7ee1e2
parentbd6fb8839dee4da28356c45f4dcd9afa521a5d56 (diff)
downloadaur-b0217ce5dbce05ff6a1afb39d916b4bd44f56f4b.tar.gz
GPL2
-rwxr-xr-x.SRCINFO7
-rwxr-xr-xPKGBUILD5
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}")