Date: Tuesday, January 10, 2023 @ 02:24:57 Author: felixonmars Revision: 1382279
upgpkg: haskell-kvitable 1.0.2.0-1: rebuild with kvitable 1.0.2.0 Modified: haskell-kvitable/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-10 02:24:41 UTC (rev 1382278) +++ PKGBUILD 2023-01-10 02:24:57 UTC (rev 1382279) @@ -2,10 +2,10 @@ _hkgname=kvitable pkgname=haskell-kvitable -pkgver=1.0.1.0 -pkgrel=53 +pkgver=1.0.2.0 +pkgrel=1 pkgdesc="Key/Value Indexed Table container and formatting library" -url="https://hackage.haskell.org/package/kvitable" +url="https://github.com/kquick/kvitable" license=("custom:ISC") arch=('x86_64') depends=('ghc-libs' 'haskell-lucid' 'haskell-microlens' 'haskell-prettyprinter') @@ -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=('89a65028011bdb1d35d5551c18348b94563b724212a0dfd3e1e484de56a01a48') +sha256sums=('98f39d90355e4a02a06042705fbc84de4d88d1a37767a89a65a805c983d50134') build() { cd $_hkgname-$pkgver
