summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragus-balles2023-11-20 16:35:50 -0300
committeragus-balles2023-11-20 16:35:50 -0300
commit32179dc09216887bac3aaa7fd74755ab61c3f9ec (patch)
tree48600a4c4fb1ee85acb581df828ee73af343f591
parent37bf3d682a5c7a554f27fdb66675c17fba4bc2b2 (diff)
downloadaur-32179dc09216887bac3aaa7fd74755ab61c3f9ec.tar.gz
v1.7.1.r0.g8e690b4
-rwxr-xr-x.SRCINFO9
-rwxr-xr-xPKGBUILD5
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53fb3baa42f..d199d8ba2ea8 100755
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index 17ad49783635..8a86dcd96e1d 100755
--- a/PKGBUILD
+++ b/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')