Date: Friday, June 10, 2022 @ 15:04:24 Author: felixonmars Revision: 1230369
upgpkg: haskell-ansi-terminal 0.11.2-1: rebuild with ansi-terminal 0.11.2 Modified: haskell-ansi-terminal/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-10 15:04:17 UTC (rev 1230368) +++ PKGBUILD 2022-06-10 15:04:24 UTC (rev 1230369) @@ -3,8 +3,8 @@ _hkgname=ansi-terminal pkgname=haskell-ansi-terminal -pkgver=0.11.1 -pkgrel=35 +pkgver=0.11.2 +pkgrel=1 pkgdesc="Simple ANSI terminal support, with Windows compatibility" url="https://github.com/UnkindPartition/ansi-terminal" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-colour') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('184d1183a6ff3b5ffe053f9857d3e724909bc2b34efb37ed9d3ca332b90265c4eb40f5e174bd5fc588f697f92497d31cbe50cf55e7233e67c34508a04ad3902d') +sha512sums=('b224707d5baf96ebaea23e530bf1b2040a1b7a1c27b9eb46cad3216495abd30593f93dafdaf52e6f806f76b4dd6829a4b245fffad636cf2429ae401594d21382') build() { cd $_hkgname-$pkgver