Date: Sunday, June 6, 2021 @ 20:51:31 Author: felixonmars Revision: 956333
upgpkg: haskell-req 3.9.1-1 Modified: haskell-req/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-06 20:49:30 UTC (rev 956332) +++ PKGBUILD 2021-06-06 20:51:31 UTC (rev 956333) @@ -2,9 +2,9 @@ _hkgname=req pkgname=haskell-req -pkgver=3.9.0 -pkgrel=78 -pkgdesc="Easy-to-use, type-safe, expandable, high-level HTTP client library" +pkgver=3.9.1 +pkgrel=1 +pkgdesc="HTTP client library" url="https://github.com/mrkkrp/req" license=('BSD') arch=('x86_64') @@ -15,7 +15,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core' 'haskell-unordered-containers') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('758930cc26a51251854903f74d4bf9ce1c745b8ec0698c66674805ae862ebf0f4e3144a79d08fe2d6ebc083e393971cfc6500ad2021d2570782328f1cb8c567b') +sha512sums=('ff63baca6647249a419b654d7bf296c2146b41dea3eae2cd0f7e1bfd9b0c8dc87f9259fd63b84f109838e3f2b85e308b969bd3c19b1d5323ecb7ff34ddf26946') build() { cd $_hkgname-$pkgver
