Date: Sunday, May 27, 2018 @ 18:30:18 Author: felixonmars Revision: 332000
upgpkg: haskell-uuid 1.3.13-17 rebuild with entropy 0.4.1.1 Modified: haskell-uuid/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-27 18:28:13 UTC (rev 331999) +++ PKGBUILD 2018-05-27 18:30:18 UTC (rev 332000) @@ -5,7 +5,7 @@ _hkgname=uuid pkgname=haskell-uuid pkgver=1.3.13 -pkgrel=16 +pkgrel=17 pkgdesc="For creating, comparing, parsing and printing Universally Unique Identifiers" url="https://github.com/aslatter/uuid" license=("custom:BSD3") @@ -17,7 +17,7 @@ sha512sums=('e888e6350a32c6496b0b57384797925c78ab1c4dc674d296972981fa81338b4705d21a96960a63771aa5b9a785efd507ecaad195767dba7847fcab5ca7f3f923') prepare() { - sed -i 's/time >= 1.1 && < 1.8,/time >= 1.1,/' $_hkgname-$pkgver/$_hkgname.cabal + sed -i -e 's/time >= 1.1 && < 1.8,/time >= 1.1,/' -e 's/<.*0.4/<1/' $_hkgname-$pkgver/$_hkgname.cabal } build() {