aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ncmpcpp
diff options
context:
space:
mode:
authorMatthieu Monnier <matthieu.monnier@enalean.com>2017-05-31 10:24:16 +0200
committerShiz <hi@shiz.me>2017-06-02 10:26:18 +0200
commita1cb92ff8025cbf19e0fa1458a858c91b9b1f377 (patch)
tree809e40f9107ed301ece7f6a2bfa9b5f39c0b9166 /testing/ncmpcpp
parent6972a9804cc5e78ee69c580727833d416cd3e651 (diff)
downloadaports-a1cb92ff8025cbf19e0fa1458a858c91b9b1f377.tar.bz2
aports-a1cb92ff8025cbf19e0fa1458a858c91b9b1f377.tar.xz
testing/ncmpcpp: upgrade to 0.8
Diffstat (limited to 'testing/ncmpcpp')
-rw-r--r--testing/ncmpcpp/APKBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/testing/ncmpcpp/APKBUILD b/testing/ncmpcpp/APKBUILD
index 09c8e5d28f..75a7ca22d7 100644
--- a/testing/ncmpcpp/APKBUILD
+++ b/testing/ncmpcpp/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com>
pkgname=ncmpcpp
-pkgver=0.7.7
+pkgver=0.8
pkgrel=0
pkgdesc="An almost exact clone of ncmpc with some new features."
url="http://rybczak.net/ncmpcpp"
@@ -27,19 +27,15 @@ build () {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
- --disable-unicode \
--enable-clock \
--with-taglib \
- --with-curl \
- || return 1
- make || return 1
+ --enable-visualizer
+ make
}
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
-md5sums="8a44de577fcf8b7a7063d0c5bf47298f ncmpcpp-0.7.7.tar.bz2"
-sha256sums="b7bcbec83b1f88cc7b21f196b10be09a27b430566c59f402df170163464d01ef ncmpcpp-0.7.7.tar.bz2"
-sha512sums="a0bbe85f154c40513d41e85810de86ed21109b72fb0f2bdb0b78dcbddb3770aff5422b5bb7fbac2b76634c5b9aaf843bed5fc16fc672fcd71bbae911f65c0034 ncmpcpp-0.7.7.tar.bz2"
+sha512sums="b51217df85f95efa345f0484f16024bd74c1c0e22f2c2b25238335fc2f00caf81877088170f241c1d97fd328d104b19f022dc4de9895ff420f1fcbea341e7cdb ncmpcpp-0.8.tar.bz2"