Date: Friday, July 15, 2022 @ 08:20:47 Author: felixonmars Revision: 1252810
upgpkg: haskell-lpeg 1.0.2-19: correct lua dependency Modified: haskell-lpeg/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-15 07:27:32 UTC (rev 1252809) +++ PKGBUILD 2022-07-15 08:20:47 UTC (rev 1252810) @@ -3,12 +3,12 @@ _hkgname=lpeg pkgname=haskell-lpeg pkgver=1.0.2 -pkgrel=18 +pkgrel=19 pkgdesc="LPeg – Parsing Expression Grammars For Lua" url="https://hslua.org/" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-lua' 'lua53-lpeg') +depends=('ghc-libs' 'haskell-lua' 'lua-lpeg') makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha256sums=('336c291106580163ea0a27eda00be50ae6f6e1a6d590bb8d55dbd25d1f87332c')
