Date: Wednesday, August 19, 2020 @ 17:34:49 Author: felixonmars Revision: 685034
upgpkg: haskell-lukko 0.1.1.2-14: rebuild with tasty-expected-failure 0.12 Modified: haskell-lukko/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-19 17:28:18 UTC (rev 685033) +++ PKGBUILD 2020-08-19 17:34:49 UTC (rev 685034) @@ -3,7 +3,7 @@ _hkgname=lukko pkgname=haskell-lukko pkgver=0.1.1.2 -pkgrel=13 +pkgrel=14 pkgdesc="Access to platform dependent file locking APIs" url="https://github.com/phadej/lukko" license=('BSD') @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/1.2.3/1.3/' $_hkgname.cabal + sed -i 's/1.2.3/1.3/;s/\^>=0.11.1.2/>=0.11/' $_hkgname.cabal } build() {
