Date: Wednesday, March 29, 2023 @ 08:53:34 Author: felixonmars Revision: 1430236
upgpkg: haskell-kvitable 1.0.2.1-1: rebuild with kvitable 1.0.2.1 Modified: haskell-kvitable/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-29 08:53:29 UTC (rev 1430235) +++ PKGBUILD 2023-03-29 08:53:34 UTC (rev 1430236) @@ -2,8 +2,8 @@ _hkgname=kvitable pkgname=haskell-kvitable -pkgver=1.0.2.0 -pkgrel=13 +pkgver=1.0.2.1 +pkgrel=1 pkgdesc="Key/Value Indexed Table container and formatting library" url="https://github.com/kquick/kvitable" license=("custom:ISC") @@ -12,7 +12,7 @@ makedepends=('ghc' 'haskell-html-parse' 'haskell-pretty-show' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('98f39d90355e4a02a06042705fbc84de4d88d1a37767a89a65a805c983d50134') +sha256sums=('34ffbfacaaeeb08fc73e2919d80f84ea631aa279bf782e5622627625479fc8fe') build() { cd $_hkgname-$pkgver
