mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/ncmpcpp to 0.8-1
This commit is contained in:
parent
bbaaf12d5d
commit
a640574065
1 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
# - strip -march=native from extras Makefile
|
||||
|
||||
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')
|
||||
|
@ -17,7 +17,7 @@ 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')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
@ -26,7 +26,8 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
|
||||
BOOST_LIB_SUFFIX='' ./configure \
|
||||
--prefix=/usr \
|
||||
--enable-clock \
|
||||
--enable-outputs \
|
||||
--enable-unicode \
|
||||
|
|
Loading…
Reference in a new issue