Date: Tuesday, May 29, 2018 @ 05:26:51 Author: felixonmars Revision: 333116
upgpkg: xmobar 0.26-24 rebuild with hinotify,0.3.10 fsnotify,0.2.1.2 Modified: xmobar/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-29 05:19:26 UTC (rev 333115) +++ PKGBUILD 2018-05-29 05:26:51 UTC (rev 333116) @@ -5,7 +5,7 @@ pkgname=xmobar pkgver=0.26 -pkgrel=23 +pkgrel=24 pkgdesc='Minimalistic Text Based Status Bar' url='https://hackage.haskell.org/package/xmobar' license=('custom:BSD3') @@ -15,9 +15,16 @@ 'haskell-hinotify' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http' 'haskell-dbus0.10' 'haskell-libmpd' 'haskell-iwlib' 'wireless_tools') makedepends=('ghc') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz) -sha512sums=('c67c1552f7183a6f33b472f19686cda41cca27c0de89a8d0dcb1f8ea008aea85a143d75608d4392a1a1c9933737a6cbe881cff9ddd13f632d581cd0e10ca8d4d') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz + hinotify-0.3.10.patch::https://github.com/jaor/xmobar/commit/fb0a23f395445540f865ae00b33e75e0175db4ef.patch) +sha512sums=('c67c1552f7183a6f33b472f19686cda41cca27c0de89a8d0dcb1f8ea008aea85a143d75608d4392a1a1c9933737a6cbe881cff9ddd13f632d581cd0e10ca8d4d' + '53b7cca689386e976383ebbe56db877fb01896a5dfcb1e4e4e5424a9ce1ef7cc75a38dbed2bdb23e9521357c1e5945a7b58f70df07029fd38e398c6ca4891264') +prepare() { + cd xmobar-$pkgver + patch -p1 -i ../hinotify-0.3.10.patch +} + build() { cd xmobar-${pkgver} runhaskell setup configure -O \
