Date: Friday, April 5, 2013 @ 11:50:36 Author: thestinger Revision: 87696
haskell-blaze-markup: fix license field Modified: haskell-blaze-markup/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-05 09:47:47 UTC (rev 87695) +++ PKGBUILD 2013-04-05 09:50:36 UTC (rev 87696) @@ -7,11 +7,10 @@ pkgrel=1 pkgdesc="Core modules of a blazingly fast markup combinator library for the Haskell programming language" url="http://hackage.haskell.org/package/${_hkgname}" -license=('BSD3') +license=(custom:BSD3) arch=('i686' 'x86_64') makedepends=('ghc') depends=('haskell-blaze-builder' 'haskell-bytestring-show' 'haskell-text') -options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=$pkgname.install md5sums=('faf0c80851b34987e74541b23cef3218')
