Date: Monday, January 23, 2023 @ 05:35:42 Author: felixonmars Revision: 1387820
upgpkg: haskell-vty 5.38-1: rebuild with vty 5.38 Modified: haskell-vty/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-23 02:37:07 UTC (rev 1387819) +++ PKGBUILD 2023-01-23 05:35:42 UTC (rev 1387820) @@ -3,21 +3,17 @@ _hkgname=vty pkgname=haskell-vty -pkgver=5.37 -pkgrel=18 +pkgver=5.38 +pkgrel=1 pkgdesc="A simple terminal UI library" url="https://github.com/jtdaugherty/vty" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-blaze-builder' 'haskell-microlens' - 'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-hashable' 'haskell-parallel' - 'haskell-utf8-string' 'haskell-vector') -makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-smallcheck' - 'haskell-quickcheck-assertions' 'haskell-test-framework' - 'haskell-test-framework-smallcheck' 'haskell-test-framework-hunit' 'haskell-random' - 'haskell-string-qq') + 'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-utf8-string' 'haskell-vector') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('36bd4dd0235a3a2e3f43dbb0139de6e1f928db2bf57eaf6a587b3deab203aa3522719a9df784a02480e109f9d626b5d205b25b7505ab8c3d9bc76111fd1631c2') +sha512sums=('cccbe2e2af2c0878fdafcbf049e25d4b45ee6d3bd89d58427a4ecf8df5616a2831a04813a85fee55ec15edb71dc0b3446e7ead8c42c2076b5db054aea4fcac71') build() { cd $_hkgname-$pkgver
