Date: Saturday, April 29, 2023 @ 13:04:13 Author: felixonmars Revision: 1452273
upgpkg: haskell-vector-hashtables 0.1.1.3-1: rebuild with vector-hashtables 0.1.1.3 Modified: haskell-vector-hashtables/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-29 13:04:05 UTC (rev 1452272) +++ PKGBUILD 2023-04-29 13:04:13 UTC (rev 1452273) @@ -2,8 +2,8 @@ _hkgname=vector-hashtables pkgname=haskell-vector-hashtables -pkgver=0.1.1.2 -pkgrel=12 +pkgver=0.1.1.3 +pkgrel=1 pkgdesc="Efficient vector-based mutable hashtables implementation." url="https://github.com/klapaucius/vector-hashtables#readme" license=("BSD") @@ -12,7 +12,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('a2f9f9a2e34d20e1e1fcab2f29d59912dd8abd26beff90f878a5868793df3243') +sha256sums=('662fc65641871dcbc324db3cf055f2f3482520451a74276b37e307ceb63e2342') build() { cd $_hkgname-$pkgver
