Date: Monday, December 26, 2022 @ 22:52:23 Author: felixonmars Revision: 1368629
upgpkg: haskell-brick 1.3-1: rebuild with brick 1.3 Modified: haskell-brick/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-26 22:50:57 UTC (rev 1368628) +++ PKGBUILD 2022-12-26 22:52:23 UTC (rev 1368629) @@ -3,19 +3,18 @@ _hkgname=brick pkgname=haskell-brick -pkgver=1.2 -pkgrel=10 +pkgver=1.3 +pkgrel=1 pkgdesc="A declarative terminal user interface library" url="https://github.com/jtdaugherty/brick" license=("BSD") arch=('x86_64') 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') + 'haskell-data-clist' '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=('347579e7ced9a655bf82b043458bc26bea1f55b9dacc2060795536c64c25d9b16b1670f5a5e356d9ac434d3fde0dcddd60ac6c14957c3cc93d7c115b7f622502') +sha512sums=('8cc54445efb2e3088947edee307b03eac530361f3105a90d8d88b1156d7f10e182582c33c9b5a70d0c41c4df1418d55fa42bc7b3370f964bee955a18c024cfdc') build() { cd $_hkgname-$pkgver
