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

Levente Polyak anthraxx at archlinux.org
Tue May 30 16:48:49 UTC 2017


    Date: Tuesday, May 30, 2017 @ 16:48:48
  Author: anthraxx
Revision: 231325

upgpkg: ncmpcpp 0.8-1

Modified:
  ncmpcpp/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-30 16:48:10 UTC (rev 231324)
+++ PKGBUILD	2017-05-30 16:48:48 UTC (rev 231325)
@@ -5,8 +5,8 @@
 # Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
 
 pkgname=ncmpcpp
-pkgver=0.7.7
-pkgrel=6
+pkgver=0.8
+pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')
@@ -14,11 +14,12 @@
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
 source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('a0bbe85f154c40513d41e85810de86ed21109b72fb0f2bdb0b78dcbddb3770aff5422b5bb7fbac2b76634c5b9aaf843bed5fc16fc672fcd71bbae911f65c0034')
+sha512sums=('b51217df85f95efa345f0484f16024bd74c1c0e22f2c2b25238335fc2f00caf81877088170f241c1d97fd328d104b19f022dc4de9895ff420f1fcbea341e7cdb')
 
 build() {
   cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+  BOOST_LIB_SUFFIX='' ./configure \
+    --prefix=/usr \
     --enable-clock \
     --enable-outputs \
     --enable-unicode \



More information about the arch-commits mailing list