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

Felix Yan felixonmars at archlinux.org
Tue Jun 1 17:15:07 UTC 2021


    Date: Tuesday, June 1, 2021 @ 17:15:07
  Author: felixonmars
Revision: 953034

upgpkg: xmonad 0.15-131: rebuild with X11 1.10

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 17:12:21 UTC (rev 953033)
+++ PKGBUILD	2021-06-01 17:15:07 UTC (rev 953034)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad
 pkgver=0.15
-pkgrel=130
+pkgrel=131
 pkgdesc='Lightweight X11 tiled window manager written in Haskell'
 url='https://xmonad.org/'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('ghc' 'haskell-x11' 'sh' 'haskell-utf8-string' 'haskell-extensible-exceptions'
          'haskell-data-default' 'haskell-setlocale')
-makedepends=('gendesk')
+makedepends=('gendesk' 'uusi')
 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
@@ -26,7 +26,7 @@
   gendesk --pkgname "${pkgname}" --pkgdesc "${pkgdesc}"
   cd ${pkgname}-${pkgver}
   patch -p1 -i "${srcdir}/dynamic-compilation.patch"
-  sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i ${pkgname}.cabal
+  uusi -u X11 ${pkgname}.cabal
 }
 
 build() {



More information about the arch-commits mailing list