[arch-commits] Commit in xmonad/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Aug 16 20:04:15 UTC 2017
Date: Wednesday, August 16, 2017 @ 20:04:14
Author: felixonmars
Revision: 251527
upgpkg: xmonad 0.13-6
GHC 8.2.1 rebuild
Modified:
xmonad/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-16 19:59:02 UTC (rev 251526)
+++ PKGBUILD 2017-08-16 20:04:14 UTC (rev 251527)
@@ -6,14 +6,14 @@
pkgname=xmonad
pkgver=0.13
-pkgrel=5
+pkgrel=6
pkgdesc="Lightweight X11 tiled window manager written in Haskell"
arch=('i686' 'x86_64')
url="http://xmonad.org/"
license=('BSD')
-depends=('ghc' 'haskell-x11' 'sh' 'haskell-mtl' 'haskell-utf8-string'
+depends=('ghc-libs' 'haskell-x11' 'sh' 'haskell-mtl' 'haskell-utf8-string'
'haskell-extensible-exceptions' 'haskell-data-default' 'haskell-setlocale')
-makedepends=('gendesk')
+makedepends=('gendesk' 'ghc')
optdepends=('xorg-xmessage: for displaying visual error messages')
source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz"
"dynamic-compilation.patch"
@@ -36,7 +36,6 @@
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
- runhaskell Setup haddock
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
More information about the arch-commits
mailing list