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

Felix Yan felixonmars at archlinux.org
Fri Jul 7 08:47:27 UTC 2017


    Date: Friday, July 7, 2017 @ 08:47:26
  Author: felixonmars
Revision: 242746

upgpkg: c2hs 0.28.2-4

rebuild with dlist,0.8.0.3

Modified:
  c2hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-07 08:45:15 UTC (rev 242745)
+++ PKGBUILD	2017-07-07 08:47:26 UTC (rev 242746)
@@ -4,12 +4,12 @@
 
 pkgname=c2hs
 pkgver=0.28.2
-pkgrel=3
+pkgrel=4
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs"
 license=("GPL2")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-dlist" "haskell-language-c")
+depends=('ghc' "haskell-dlist" "haskell-language-c")
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('f4171478cafe9f4906735763c2e0bc1ca0a9f56b50e9d59aac07520434920f9e')
 
@@ -16,8 +16,9 @@
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        -f-regression -fbase3
+    runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+        --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+            -f-regression -fbase3
     runhaskell Setup build
 }
 



More information about the arch-commits mailing list