Date: Saturday, April 29, 2023 @ 15:12:40 Author: felixonmars Revision: 1454592
upgpkg: haskell-strict-list 0.1.7.1-1: rebuild with strict-list 0.1.7.1 Modified: haskell-strict-list/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-29 15:04:41 UTC (rev 1454591) +++ PKGBUILD 2023-04-29 15:12:40 UTC (rev 1454592) @@ -2,17 +2,16 @@ _hkgname=strict-list pkgname=haskell-strict-list -pkgver=0.1.7 -pkgrel=82 +pkgver=0.1.7.1 +pkgrel=1 pkgdesc="Strict linked list" url="https://github.com/nikita-volkov/strict-list" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-hashable' 'haskell-semigroupoids') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase' - 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +makedepends=('ghc' 'uusi' 'haskell-rerebase' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('9e44808ea7b88079117cd63c136732fa793e3a1e7d6cc2097d2c99f037e6022eac906135b26b10d706b1a2b1361a00832d9b1c37f765657db585df2daed71f33') +sha512sums=('d52f3d803a8e8a08fee2b0122d96e9b6e7b13559f4899691cf9be14877825f9079d400a779046bab784f80c1626be76ffe64fc12210d8c13e9bbc80c3d96d915') prepare() { cd $_hkgname-$pkgver
