[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Sat Mar 25 23:59:17 UTC 2017


    Date: Saturday, March 25, 2017 @ 23:59:17
  Author: bisson
Revision: 291631

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-25 23:26:00 UTC (rev 291630)
+++ PKGBUILD	2017-03-25 23:59:17 UTC (rev 291631)
@@ -6,18 +6,18 @@
 # Contributor: Daniel Bainton <dpb [at] backarrow.org>
 
 pkgname=ncmpc
-pkgver=0.25
+pkgver=0.27
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient')
+depends=('ncurses' 'glib2' 'libmpdclient=2.11')
 optdepends=('python2: to enable lyrics plugin'
             'ruby: to enable lyrics plugin')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('6e328acb71d06ae9e6c5fced99bc28ae78bcab1a73130b42ce9ab08a814ecea4'
+sha256sums=('f9a26a3fc869cfdf0a16b0ea3e6512c2fe28a031bbc71b1d24a2bf0bbd3e15d9'
             'SKIP')
 
 build() {



More information about the arch-commits mailing list