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

Felix Yan felixonmars at archlinux.org
Wed Jun 21 18:40:02 UTC 2017


    Date: Wednesday, June 21, 2017 @ 18:40:01
  Author: felixonmars
Revision: 239343

upgpkg: haskell-cpphs 1.20.7-1

rebuild with cpphs,1.20.7

Modified:
  haskell-cpphs/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 18:35:39 UTC (rev 239342)
+++ PKGBUILD	2017-06-21 18:40:01 UTC (rev 239343)
@@ -4,15 +4,15 @@
 
 _hkgname=cpphs
 pkgname=haskell-cpphs
-pkgver=1.20.5
-pkgrel=3
+pkgver=1.20.7
+pkgrel=1
 pkgdesc="A liberalised re-implementation of cpp, the C pre-processor."
 url="http://projects.haskell.org/cpphs/"
 license=("LGPL")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-old-locale" "haskell-old-time" "haskell-polyparse")
+depends=('ghc' "haskell-old-locale" "haskell-old-time" "haskell-polyparse")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e7fc62d1e5dea0ea7308d266f1a15502ba2aa185a9b42ead3140e775b2f8b3de3b5cec45c02c74d082fca4a8a4137f3f16cd1813def485acab4163559471d5a7')
+sha512sums=('1157aa78ad1d568ceaaa212883cf584e49841cffe4f543b4b627943809a445c4761150e0f40de17959d5f821b513a5fcbb1a57db509f24cfc8a8ccc87ce2ba7d')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list