Date: Thursday, March 8, 2018 @ 01:20:45 Author: anthraxx Revision: 304156
upgpkg: xmobar 0.25-1 Modified: xmobar/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-08 00:13:02 UTC (rev 304155) +++ PKGBUILD 2018-03-08 01:20:45 UTC (rev 304156) @@ -4,19 +4,20 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=xmobar -pkgver=0.24.5 -pkgrel=36 +pkgver=0.25 +pkgrel=1 pkgdesc='Minimalistic Text Based Status Bar' url='https://hackage.haskell.org/package/xmobar' license=('custom:BSD3') arch=('x86_64') -depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11' - 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 'haskell-hinotify' - 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' - 'haskell-http' 'haskell-dbus' 'haskell-libmpd') +depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11' + 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' + 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 'haskell-mtl' + 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http' + 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib' 'wireless_tools') makedepends=('ghc') -source=(https://hackage.haskell.org/packages/archive/xmobar/${pkgver}/xmobar-${pkgver}.tar.gz) -sha512sums=('b7f4c8b206640d7d0fc60e326fffdc31f4c00df0ffac86102d40035bc632c808cfa19485073059a9c9a01c45b7a9e0aa2bba8dfa27ce9df79d1247a3a13073d4') +source=(${pkgname}-{$pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz) +sha512sums=('ca11d93d7bff9e6fd623607b25dbbd3d38c9f7b356183616d2c2050597b56b5f4636351a606d32acab232b32315f3639b78ae9f7e4385f68c810af30895c5717') build() { cd xmobar-${pkgver} @@ -32,7 +33,7 @@ package() { cd xmobar-${pkgver} runhaskell Setup copy --destdir="${pkgdir}" - install -D -m644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } # vim: ts=2 sw=2 et:
