diff options
author | Matteo Giordano | 2024-08-27 07:23:12 +0200 |
---|---|---|
committer | Matteo Giordano | 2024-08-27 07:23:12 +0200 |
commit | 29a8a74af0b7b4e5b6e3282f74d1a6c44de0924f (patch) | |
tree | eda51d72f447f0e4781d99353493de79d3a801e2 | |
parent | 5908755672481c1fe420a24dd1e7da040cf1e652 (diff) | |
download | aur-29a8a74af0b7b4e5b6e3282f74d1a6c44de0924f.tar.gz |
Bump
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 8 insertions, 7 deletions
@@ -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 @@ -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" |