Date: Sunday, February 5, 2023 @ 21:58:39 Author: felixonmars Revision: 1392826
upgpkg: haskell-brick 1.5-1: rebuild with brick 1.5, fsnotify 0.4.0.0, hledger 1.28, hledger-lib 1.28, hledger-ui 1.28, hledger-web 1.28 Modified: haskell-brick/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-05 21:39:19 UTC (rev 1392825) +++ PKGBUILD 2023-02-05 21:58:39 UTC (rev 1392826) @@ -3,8 +3,8 @@ _hkgname=brick pkgname=haskell-brick -pkgver=1.4 -pkgrel=5 +pkgver=1.5 +pkgrel=1 pkgdesc="A declarative terminal user interface library" url="https://github.com/jtdaugherty/brick" license=("BSD") @@ -14,7 +14,7 @@ 'haskell-text-zipper' 'haskell-vector' 'haskell-vty' 'haskell-word-wrap') makedepends=('ghc' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('0375a29d675bad09bbd82a282c698ae4740f441e3dc3781ff673b512114dbba72ebf1b2391663fbefb5a11099be74eb1ff2b5709395f2453b16ccecbd8d17adb') +sha512sums=('8b7c10dab8fe66ca57eac14a9196883c328ecffa33bc52ea87c29393f6ec5823cc0e139adb06c9276c5e77dc83b7c562ef140b83c779e7fa5524a93559a5b35c') build() { cd $_hkgname-$pkgver
