Date: Tuesday, February 23, 2021 @ 22:13:28 Author: felixonmars Revision: 870817
upgpkg: haskell-network-uri 2.6.4.1-1: rebuild with network-uri 2.6.4.1 Modified: haskell-network-uri/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-23 22:08:43 UTC (rev 870816) +++ PKGBUILD 2021-02-23 22:13:28 UTC (rev 870817) @@ -2,8 +2,8 @@ _hkgname=network-uri pkgname=haskell-network-uri -pkgver=2.6.4.0 -pkgrel=4 +pkgver=2.6.4.1 +pkgrel=1 pkgdesc="A library for client-side HTTP" url="https://hackage.haskell.org/package/${_hkgname}" license=('BSD') @@ -12,7 +12,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('78ac19ef0c4c42e5101e152376bc540cc4bf35deb053713c950875905c77fd3a5eae751e94d8e012510e0bf545a31438ceb276a70fb0033ccc39cd2d2b8407f2') +sha512sums=('8e5b01fd11197ac36de9b804d37256662f904f2b94a997a2e262439bb1706d1c460db368e935bf3971fd1581162abbc07439a0bae391e1e616264bd00fe7104e') build() { cd $_hkgname-$pkgver
