Date: Wednesday, April 26, 2017 @ 08:18:48 Author: felixonmars Revision: 225462
use https Modified: happy/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-26 08:18:11 UTC (rev 225461) +++ PKGBUILD 2017-04-26 08:18:48 UTC (rev 225462) @@ -6,7 +6,7 @@ pkgname=happy pkgver=1.19.5 -pkgrel=6 +pkgrel=7 pkgdesc="The Parser Generator for Haskell" url="http://hackage.haskell.org/package/happy" arch=('i686' 'x86_64') @@ -13,13 +13,14 @@ license=("custom:BSD3") depends=('gmp' 'libffi') makedepends=('ghc=8.0.1' 'haskell-mtl') -source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") md5sums=('ffa56a1c312a60dfb1110afd25b28785') build() { cd "${srcdir}/${pkgname}-${pkgver}" - runhaskell Setup configure -O --prefix=/usr --datasubdir="$pkgname" + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ + --ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname" runhaskell Setup build }
