Date: Friday, March 13, 2020 @ 09:24:55 Author: felixonmars Revision: 595708
upgpkg: haskell-dbus 1.2.7-96: rebuild with extra 1.7 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-13 09:23:21 UTC (rev 595707) +++ PKGBUILD 2020-03-13 09:24:55 UTC (rev 595708) @@ -4,7 +4,7 @@ _hkgname=dbus pkgname=haskell-dbus pkgver=1.2.7 -pkgrel=95 +pkgrel=96 pkgdesc="A client library for the D-Bus IPC system" url="https://john-millikin.com/software/haskell-dbus/" license=("GPL3") @@ -19,7 +19,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i -e 's/< *4/<5/' -e 's/< *2/<3/' $_hkgname.cabal + sed -i -e 's/< *4/<5/' -e 's/< *2/<3/' -e 's/< *1.7/<2/' $_hkgname.cabal } build() {
