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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 12:32:09 UTC 2022


    Date: Monday, March 21, 2022 @ 12:32:09
  Author: felixonmars
Revision: 1166665

upgpkg: haskell-authenticate 1.3.5.1-26: rebuil with memory 0.17.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 12:32:04 UTC (rev 1166664)
+++ PKGBUILD	2022-03-21 12:32:09 UTC (rev 1166665)
@@ -4,7 +4,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.5.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate"
 license=("MIT")
@@ -21,7 +21,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 \
             -fnetwork-uri
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list