summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Giordano2024-08-27 07:23:12 +0200
committerMatteo Giordano2024-08-27 07:23:12 +0200
commit29a8a74af0b7b4e5b6e3282f74d1a6c44de0924f (patch)
treeeda51d72f447f0e4781d99353493de79d3a801e2
parent5908755672481c1fe420a24dd1e7da040cf1e652 (diff)
downloadaur-29a8a74af0b7b4e5b6e3282f74d1a6c44de0924f.tar.gz
Bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebeb3d46c37a..894dd9bc82ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kew
pkgdesc = A command-line music player
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/ravachol/kew
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = kew
depends = opus
depends = opusfile
depends = libvorbis
- depends = libnotify
+ optdepends = libnotify: Native notification support
conflicts = kew-git
replaces = cue-music-command
- source = kew-2.7.0.tar.gz::https://github.com/ravachol/kew/archive/v2.7.0.tar.gz
- sha512sums = 160f83d026b4908c67869d332728e47b05cc96ca611e19064b64fa992946f05abb45081d8030c71c217e01ae70d784c13f11509506b593c77bc8fcfb3a51e719
+ source = kew-2.7.1.tar.gz::https://github.com/ravachol/kew/archive/v2.7.1.tar.gz
+ sha512sums = 664f96bc0418168f870971e10b3bfed0a439f77ad941c2057a52b2ca0c788f46de29a086c41c1c71013f835c57afa72d46d4a498367cd29b94609c02e7ace321
pkgname = kew
diff --git a/PKGBUILD b/PKGBUILD
index 7126a6013153..18775d4075f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Matteo Giordano <mail at matteogiordano dot me>
# Contributor: <agustinballesteros04@gmail.com>
pkgname=kew
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="A command-line music player"
arch=('x86_64')
url="https://github.com/ravachol/kew"
license=('GPL2')
-depends=('ffmpeg' 'fftw' 'chafa' 'freeimage' 'glib2' 'opus' 'opusfile' 'libvorbis' 'libnotify')
+depends=('ffmpeg' 'fftw' 'chafa' 'freeimage' 'glib2' 'opus' 'opusfile' 'libvorbis')
+optdepends=('libnotify: Native notification support')
replaces=('cue-music-command')
conflicts=('kew-git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('160f83d026b4908c67869d332728e47b05cc96ca611e19064b64fa992946f05abb45081d8030c71c217e01ae70d784c13f11509506b593c77bc8fcfb3a51e719')
+sha512sums=('664f96bc0418168f870971e10b3bfed0a439f77ad941c2057a52b2ca0c788f46de29a086c41c1c71013f835c57afa72d46d4a498367cd29b94609c02e7ace321')
build() {
cd "$pkgname-$pkgver"