Skip to content
Snippets Groups Projects
Commit d1554c9b authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

upgpkg: 0.8-1

parent 69c09efd
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@ license=('GPL')
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment