gmpc-plugins: build with latest deps version
This commit is contained in:
parent
1d0afb3a3a
commit
b758f75167
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue