Date: Tuesday, August 25, 2020 @ 18:13:57 Author: felixonmars Revision: 688575
upgpkg: haskell-uuid 1.3.13-44: rebuild with random 1.2.0 Modified: haskell-uuid/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-25 17:57:28 UTC (rev 688574) +++ PKGBUILD 2020-08-25 18:13:57 UTC (rev 688575) @@ -4,7 +4,7 @@ _hkgname=uuid pkgname=haskell-uuid pkgver=1.3.13 -pkgrel=43 +pkgrel=44 pkgdesc="For creating, comparing, parsing and printing Universally Unique Identifiers" url="https://github.com/aslatter/uuid" license=("BSD") @@ -16,7 +16,7 @@ sha512sums=('e888e6350a32c6496b0b57384797925c78ab1c4dc674d296972981fa81338b4705d21a96960a63771aa5b9a785efd507ecaad195767dba7847fcab5ca7f3f923') prepare() { - sed -i -e 's/time >= 1.1 && < 1.8,/time >= 1.1,/' -e 's/<.*0.4/<1/' $_hkgname-$pkgver/$_hkgname.cabal + sed -i -e 's/time >= 1.1 && < 1.8,/time >= 1.1,/' -e 's/<.*0.4/<1/;s/< *1.2/<2/' $_hkgname-$pkgver/$_hkgname.cabal } build() {
