Date: Sunday, October 2, 2022 @ 07:48:15 Author: felixonmars Revision: 1320592
upgpkg: haskell-brick 1.0-1: rebuild with brick 1.0 Modified: haskell-brick/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-02 07:43:09 UTC (rev 1320591) +++ PKGBUILD 2022-10-02 07:48:15 UTC (rev 1320592) @@ -3,18 +3,19 @@ _hkgname=brick pkgname=haskell-brick -pkgver=0.73 -pkgrel=2 +pkgver=1.0 +pkgrel=1 pkgdesc="A declarative terminal user interface library" url="https://github.com/jtdaugherty/brick" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 'haskell-microlens' - 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 'haskell-vector' - 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap') +depends=('ghc-libs' 'haskell-bimap' 'haskell-config-ini' 'haskell-contravariant' + 'haskell-data-clist' 'haskell-dlist' 'haskell-microlens' 'haskell-microlens-mtl' + 'haskell-microlens-th' '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=('d433998c8576740471ca5f896ea6322232164ffc6647b12489619d9eec2e556b22994982bde87a746529fb9651073a9f1739fec22b506e9f97cb965080352acb') +sha512sums=('a1270f71c45e1818bf1287fb1b3f2fd0f843d9c320784c7d8d6109b58ec87be5b7a822abe7db72b50b35f9e0eda84dee476565537a483a6f40b348b0cca181e6') build() { cd $_hkgname-$pkgver
