Date: Wednesday, November 4, 2020 @ 15:49:29 Author: felixonmars Revision: 742326
upgpkg: haskell-quickcheck-instances 0.3.25-1: rebuild with quickcheck-instances 0.3.25 Modified: haskell-quickcheck-instances/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-04 15:43:52 UTC (rev 742325) +++ PKGBUILD 2020-11-04 15:49:29 UTC (rev 742326) @@ -3,10 +3,10 @@ _hkgname=quickcheck-instances pkgname=haskell-quickcheck-instances -pkgver=0.3.24 -pkgrel=24 +pkgver=0.3.25 +pkgrel=1 pkgdesc="Common quickcheck instances" -url="https://github.com/phadej/qc-instances" +url="https://github.com/haskellari/qc-instances" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-quickcheck' 'haskell-case-insensitive' 'haskell-data-fix' @@ -16,7 +16,7 @@ 'haskell-uuid-types' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f72d5aadc283a7da19298566d0208dcbfb790faae5a26bdd2ffb0dc1cb8afd76892c994c5f193be9ad9233973d04c3386e83e3fb483674ff6f0cabcdf6a3d52f') +sha512sums=('656fdc8f35eb079f89577968e2a61230a7e7a4652049664d83126efe6dcc0aeb3a943a5fcf23deb8de65eaf13ec4b1cebed5915b9cb8987cb6394048214be79b') build() { cd $_hkgname-$pkgver
