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

Felix Yan felixonmars at archlinux.org
Fri Jun 25 06:14:29 UTC 2021


    Date: Friday, June 25, 2021 @ 06:14:29
  Author: felixonmars
Revision: 967393

upgpkg: xmobar 0.38-9: rebuild with cabal-install 3.4.0.0, cabal-install-parsers 0.4.1, ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, haskell-ci 0.12.1, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 06:10:13 UTC (rev 967392)
+++ PKGBUILD	2021-06-25 06:14:29 UTC (rev 967393)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.38
-pkgrel=8
+pkgrel=9
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')
@@ -19,10 +19,15 @@
          'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
          'haskell-extensible-exceptions' 'haskell-http-conduit'
          'haskell-http-types' 'haskell-http-client-tls' 'haskell-alsa-core' 'haskell-alsa-mixer')
-makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-temporary')
 source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('6dd142496e71f0e4b222d0b88f4518fe0544d52122ed3b474f6f55c34a0e9c61bf25121c50efbcab481847ca00045f06de1cb5bda0c78c9bc303473a8cac656a')
 
+prepare() {
+  cd xmobar-${pkgver}
+  uusi -u base xmobar.cabal
+}
+
 build() {
   cd xmobar-${pkgver}
 




More information about the arch-commits mailing list