Date: Monday, March 21, 2022 @ 03:13:45
  Author: felixonmars
Revision: 1166579

upgpkg: haskell-tls 1.5.7-18: rebuil with memory 0.17.0

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-21 03:13:37 UTC (rev 1166578)
+++ PKGBUILD    2022-03-21 03:13:45 UTC (rev 1166579)
@@ -4,7 +4,7 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.5.7
-pkgrel=17
+pkgrel=18
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="https://github.com/vincenthz/hs-tls";
 license=("BSD")
@@ -20,7 +20,7 @@
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
             -f-hans -fnetwork -fcompat
     runhaskell Setup build $MAKEFLAGS

Reply via email to