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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 02:43:07 UTC 2022


    Date: Monday, March 21, 2022 @ 02:43:06
  Author: felixonmars
Revision: 1166553

upgpkg: haskell-x509-store 1.6.9-15: rebuil with memory 0.17.0

Modified:
  haskell-x509-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 02:42:28 UTC (rev 1166552)
+++ PKGBUILD	2022-03-21 02:43:06 UTC (rev 1166553)
@@ -4,7 +4,7 @@
 _hkgname=x509-store
 pkgname=haskell-x509-store
 pkgver=1.6.9
-pkgrel=14
+pkgrel=15
 pkgdesc="X.509 collection accessing and storing methods"
 url="https://github.com/vincenthz/hs-certificate"
 license=("BSD")
@@ -19,7 +19,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