Date: Wednesday, May 13, 2020 @ 09:31:27 Author: felixonmars Revision: 627559
upgpkg: haskell-dbus 1.2.14-2: rebuild with tasty 1.3 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-13 09:28:35 UTC (rev 627558) +++ PKGBUILD 2020-05-13 09:31:27 UTC (rev 627559) @@ -4,7 +4,7 @@ _hkgname=dbus pkgname=haskell-dbus pkgver=1.2.14 -pkgrel=1 +pkgrel=2 pkgdesc="A client library for the D-Bus IPC system" url="https://john-millikin.com/software/haskell-dbus/" license=("GPL3") @@ -17,6 +17,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('b1db48b20853dfcc8c65475cec45e7893a60f03d046eb089fa6c3d5cf4626652ae5e058c28152c06954d5c39d40f7ec191e3f362a44251a53682278e7e6e9a0d') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *1.3/<2/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
