[arch-commits] Commit in happy/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Oct 17 00:11:26 UTC 2017


    Date: Tuesday, October 17, 2017 @ 00:11:25
  Author: felixonmars
Revision: 263109

upgpkg: happy 1.19.8-1

Modified:
  happy/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-17 00:07:27 UTC (rev 263108)
+++ PKGBUILD	2017-10-17 00:11:25 UTC (rev 263109)
@@ -5,8 +5,8 @@
 # Contributor: Vesa Kaihlavirta <vegai at iki.fi>
 
 pkgname=happy
-pkgver=1.19.5
-pkgrel=10
+pkgver=1.19.8
+pkgrel=1
 pkgdesc="The Parser Generator for Haskell"
 url="https://hackage.haskell.org/package/happy"
 arch=('i686' 'x86_64')
@@ -14,12 +14,12 @@
 depends=('ghc-libs' 'haskell-mtl')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7b43ef5236bdfba82bbddedb7edc7a8094990a389c0d3f5f848cb6208c3577e7b394cb290e51a2b2eebca25c97978a85ee932e74bbf6a792e261e5b5bff25a2b')
+sha512sums=('9c55ce19fbc433128550bf3736bbd886feb91512d52131d5b59c486474e223efaddc553569f96cea2275e3fe47c2042858076de9689f1a328dce0d0276bb7c8b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname"
   runhaskell Setup build
 }



More information about the arch-commits mailing list