haskell-libmpd rebuild
This commit is contained in:
parent
76ecbe1125
commit
a67c8319d8
1 changed files with 3 additions and 3 deletions
|
@ -2,18 +2,18 @@
|
||||||
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
|
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
|
||||||
_hkgname=libmpd
|
_hkgname=libmpd
|
||||||
pkgname=haskell-libmpd
|
pkgname=haskell-libmpd
|
||||||
pkgver=0.7.0
|
pkgver=0.7.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An MPD client library."
|
pkgdesc="An MPD client library."
|
||||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
makedepends=()
|
makedepends=()
|
||||||
depends=('ghc' 'haskell-containers=0.4.0.0' 'haskell-filepath=1.2.0.0' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.2' 'haskell-old-locale=1.0.0.2' 'haskell-time=1.2.0.3' 'haskell-utf8-string<0.4')
|
depends=('ghc' 'haskell-containers=0.4.2.1' 'haskell-filepath=1.3.0.0' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.11' 'haskell-old-locale=1.0.0.4' 'haskell-time=1.4' 'haskell-utf8-string<0.4')
|
||||||
options=('strip')
|
options=('strip')
|
||||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
md5sums=('c82b959f1ec4a6c4bbdd9dc77b419d2b')
|
md5sums=('97dffec85a508df165c0eece457a19a7')
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${_hkgname}-${pkgver}
|
cd ${srcdir}/${_hkgname}-${pkgver}
|
||||||
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
|
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
|
||||||
|
|
Loading…
Reference in a new issue