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

Levente Polyak anthraxx at archlinux.org
Sat Apr 7 17:42:57 UTC 2018


    Date: Saturday, April 7, 2018 @ 17:42:57
  Author: anthraxx
Revision: 314880

upgpkg: xmobar 0.26-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-07 17:10:53 UTC (rev 314879)
+++ PKGBUILD	2018-04-07 17:42:57 UTC (rev 314880)
@@ -4,8 +4,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=xmobar
-pkgver=0.25
-pkgrel=24
+pkgver=0.26
+pkgrel=1
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')
@@ -18,22 +18,22 @@
          'haskell-text')
 makedepends=('ghc')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
-sha512sums=('ca11d93d7bff9e6fd623607b25dbbd3d38c9f7b356183616d2c2050597b56b5f4636351a606d32acab232b32315f3639b78ae9f7e4385f68c810af30895c5717')
+sha512sums=('c67c1552f7183a6f33b472f19686cda41cca27c0de89a8d0dcb1f8ea008aea85a143d75608d4392a1a1c9933737a6cbe881cff9ddd13f632d581cd0e10ca8d4d')
 
 build() {
   cd xmobar-${pkgver}
-  runhaskell Setup configure -O \
+  runhaskell setup configure -O \
     --enable-shared \
     --prefix=/usr \
     --enable-executable-dynamic \
     --disable-library-vanilla \
     --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd with_dbus with_mpris"
-  runhaskell Setup build
+  runhaskell setup build
 }
 
 package() {
   cd xmobar-${pkgver}
-  runhaskell Setup copy --destdir="${pkgdir}"
+  runhaskell setup copy --destdir="${pkgdir}"
   install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 



More information about the arch-commits mailing list