Date: Friday, July 9, 2021 @ 06:05:24 Author: felixonmars Revision: 975939
upgpkg: haskell-req 3.9.1-9: rebuild with retry 0.9.0.0 Modified: haskell-req/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-09 06:01:28 UTC (rev 975938) +++ PKGBUILD 2021-07-09 06:05:24 UTC (rev 975939) @@ -3,7 +3,7 @@ _hkgname=req pkgname=haskell-req pkgver=3.9.1 -pkgrel=8 +pkgrel=9 pkgdesc="HTTP client library" url="https://github.com/mrkkrp/req" license=('BSD') @@ -19,7 +19,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u authenticate-oauth $_hkgname.cabal + uusi -u authenticate-oauth -u retry $_hkgname.cabal } build() {
