Date: Saturday, November 19, 2022 @ 23:41:37 Author: felixonmars Revision: 1349767
upgpkg: haskell-dbus 1.2.22-114: rebuild with lens 5.2 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-19 23:41:36 UTC (rev 1349766) +++ PKGBUILD 2022-11-19 23:41:37 UTC (rev 1349767) @@ -4,7 +4,7 @@ _hkgname=dbus pkgname=haskell-dbus pkgver=1.2.22 -pkgrel=113 +pkgrel=114 pkgdesc="A client library for the D-Bus IPC system" url="https://john-millikin.com/software/haskell-dbus/" license=("GPL3") @@ -20,7 +20,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u vector $_hkgname.cabal + uusi -u lens -u vector $_hkgname.cabal } build() {
