summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragus-balles2023-11-20 16:38:09 -0300
committeragus-balles2023-11-20 16:38:09 -0300
commit7a9443032a3d0021cf50a23012c4e5a1dc3d537c (patch)
tree73f9c28bf8b34a13d0ff1c9ce825f829b3bac652
parentde74f166f00308f25faead88c5102d5b4d8359cd (diff)
downloadaur-7a9443032a3d0021cf50a23012c4e5a1dc3d537c.tar.gz
v1.7.1.r0.g8e690b4
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c25e9a9ac6c1..40e692948cc8 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,21 @@
pkgbase = cue-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
- license = GPL
+ license = GPL2
depends = ffmpeg
depends = fftw
depends = git
depends = chafa
depends = freeimage
+ depends = gcc
+ depends = make
+ depends = glib2
+ depends = opus
+ depends = opusfile
+ depends = libvorbis
source = git+https://github.com/ravachol/kew
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 86e469719173..a92f59d689c8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: <agustinballesteros04@gmail.com>
pkgname=cue-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=('GPL')
-depends=('ffmpeg' 'fftw' 'git' 'chafa' 'freeimage')
+license=('GPL2')
+depends=('ffmpeg' 'fftw' 'git' 'chafa' 'freeimage' 'gcc' 'make' 'glib2' 'opus' 'opusfile' 'libvorbis')
sha256sums=('SKIP')
source=("git+${url}")