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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 02:44:46 UTC 2022


    Date: Monday, March 21, 2022 @ 02:44:46
  Author: felixonmars
Revision: 1166565

upgpkg: haskell-x509-validation 1.6.12-20: rebuil with memory 0.17.0

Modified:
  haskell-x509-validation/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 02:44:40 UTC (rev 1166564)
+++ PKGBUILD	2022-03-21 02:44:46 UTC (rev 1166565)
@@ -4,7 +4,7 @@
 _hkgname=x509-validation
 pkgname=haskell-x509-validation
 pkgver=1.6.12
-pkgrel=19
+pkgrel=20
 pkgdesc="X.509 Certificate and CRL validation"
 url="https://github.com/vincenthz/hs-certificate"
 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 --enable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list