gmpc-plugins: build with latest deps version

This commit is contained in:
Cedric Girard 2014-11-18 12:37:58 +01:00
parent 1d0afb3a3a
commit b758f75167
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = gmpc-plugins
pkgdesc = official plugins for GMPC
pkgver = 11.8.16
pkgrel = 1
pkgrel = 2
url = http://gmpclient.org/
arch = i686
arch = x86_64

View File

@ -2,7 +2,7 @@
# Contributor: Dmitrij D. Czarkoff <czarkoff@gmail.com>
pkgname=gmpc-plugins
pkgver=11.8.16
pkgrel=1
pkgrel=2
pkgdesc="official plugins for GMPC"
arch=(i686 x86_64)
url="http://gmpclient.org/"
@ -16,7 +16,7 @@ options=(!libtool)
build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
make
make CFLAGS="${CFLAGS} -DHAVE_STRNDUP"
}
package(){