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

Felix Yan felixonmars at archlinux.org
Thu Aug 17 19:00:39 UTC 2017


    Date: Thursday, August 17, 2017 @ 19:00:35
  Author: felixonmars
Revision: 252284

upgpkg: xmonad 0.13-7

require ghc for recompile

Modified:
  xmonad/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-17 18:54:28 UTC (rev 252283)
+++ PKGBUILD	2017-08-17 19:00:35 UTC (rev 252284)
@@ -6,14 +6,14 @@
 
 pkgname=xmonad
 pkgver=0.13
-pkgrel=6
+pkgrel=7
 pkgdesc="Lightweight X11 tiled window manager written in Haskell"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/"
 license=('BSD')
-depends=('ghc-libs' 'haskell-x11' 'sh' 'haskell-mtl' 'haskell-utf8-string'
+depends=('ghc' 'haskell-x11' 'sh' 'haskell-mtl' 'haskell-utf8-string'
          'haskell-extensible-exceptions' 'haskell-data-default' 'haskell-setlocale')
-makedepends=('gendesk' 'ghc')
+makedepends=('gendesk')
 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"



More information about the arch-commits mailing list