summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPřemysl Eric Janouch2021-11-08 07:38:55 +0100
committerPřemysl Eric Janouch2021-11-08 07:38:55 +0100
commitc5c41b6ab725fd3fbc1e416b7b5dfab7c1d5585d (patch)
treef2b9cb47f1850fbced3e8be4364d9591bd07be39
parent05bfc8c880d9c37ca8d9c69c650a64e00fb9c57b (diff)
downloadaur-c5c41b6ab725fd3fbc1e416b7b5dfab7c1d5585d.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a057e0b86f8..202db858b10d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = nncmpp-git
pkgdesc = MPD client
- pkgver = v1.0.0.r13.g2675986
+ pkgver = v1.1.1.r6.g32203f8
pkgrel = 1
url = https://git.janouch.name/p/nncmpp
arch = i686
arch = x86_64
- license = BSD
+ license = custom:0BSD
makedepends = cmake
makedepends = pkg-config
makedepends = git
@@ -14,6 +14,8 @@ pkgbase = nncmpp-git
depends = ncurses
depends = libunistring
depends = curl
+ optdepends = fftw: spectrum visualiser
+ optdepends = libpulse: direct volume control
provides = nncmpp
conflicts = nncmpp
options = zipman
diff --git a/PKGBUILD b/PKGBUILD
index ffcea339b145..9a1443174b02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Přemysl Eric Janouch <p@janouch.name>
pkgname=nncmpp-git
_pkgname=nncmpp
-pkgver=v1.0.0.r13.g2675986
+pkgver=v1.1.1.r6.g32203f8
pkgrel=1
pkgdesc="MPD client"
url="https://git.janouch.name/p/nncmpp"
arch=('i686' 'x86_64')
-license=('BSD')
+license=('custom:0BSD')
options=(zipman)
conflicts=('nncmpp')
provides=('nncmpp')
makedepends=('cmake' 'pkg-config' 'git' 'asciidoctor')
depends=('readline' 'ncurses' 'libunistring' 'curl')
+optdepends=('fftw: spectrum visualiser' 'libpulse: direct volume control')
source=("git+https://git.janouch.name/p/$_pkgname.git")
md5sums=('SKIP')