[arch-commits] Commit in xmonad-utils/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 17:06:14 UTC 2022


    Date: Monday, March 21, 2022 @ 17:06:13
  Author: felixonmars
Revision: 1167362

upgpkg: xmonad-utils 0.1.3.3-184: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1

Modified:
  xmonad-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 17:06:08 UTC (rev 1167361)
+++ PKGBUILD	2022-03-21 17:06:13 UTC (rev 1167362)
@@ -3,7 +3,7 @@
 
 pkgname=xmonad-utils
 pkgver=0.1.3.3
-pkgrel=183
+pkgrel=184
 pkgdesc='Small collection of X utilities'
 url='https://hackage.haskell.org/package/xmonad-utils'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 build() {
   cd ${pkgname}-${pkgver}
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --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 \
         --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
         --ghc-option='-pie'



More information about the arch-commits mailing list