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

Felix Yan felixonmars at gemini.archlinux.org
Fri May 13 02:50:44 UTC 2022


    Date: Friday, May 13, 2022 @ 02:50:44
  Author: felixonmars
Revision: 1199866

upgpkg: haskell-language-c 0.9.1-1: rebuild with language-c 0.9.1

Modified:
  haskell-language-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-13 02:14:16 UTC (rev 1199865)
+++ PKGBUILD	2022-05-13 02:50:44 UTC (rev 1199866)
@@ -3,7 +3,7 @@
 
 _hkgname=language-c
 pkgname=haskell-language-c
-pkgver=0.9.0.2
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="Analysis and generation of C code"
 url="https://visq.github.io/language-c/"
@@ -12,15 +12,13 @@
 depends=('ghc-libs')
 makedepends=('alex' 'happy' 'ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('b06c37559562dbdf39cc1cede4712fad08df9dfe2c2d640c2937d197417f87d55a312e4930f0f00671cd7a795a1e012ea4f8123267922d548d1a81e93dcfeed0')
+sha512sums=('a87965800aff69972c891be2fe5428e8c709af74f71e4795f09bb1d748512f38d72b80ccdede9425a9646013f4ed06d89d3d3799ec2846631f6ffff12134e118')
 
 build() {
     cd $_hkgname-$pkgver
 
-    rm -r dist
-
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -fseparatesyb -fusebytestrings -f-allwarnings -fiecfpextension
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list