Date: Friday, July 15, 2022 @ 21:49:03 Author: felixonmars Revision: 1253003
upgpkg: haskell-lpeg 1.0.3-1: rebuild with lpeg 1.0.3 Modified: haskell-lpeg/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-15 21:48:44 UTC (rev 1253002) +++ PKGBUILD 2022-07-15 21:49:03 UTC (rev 1253003) @@ -2,8 +2,8 @@ _hkgname=lpeg pkgname=haskell-lpeg -pkgver=1.0.2 -pkgrel=19 +pkgver=1.0.3 +pkgrel=1 pkgdesc="LPeg – Parsing Expression Grammars For Lua" url="https://hslua.org/" license=("MIT") @@ -11,12 +11,11 @@ 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') +sha256sums=('e1c1f4891931f469dc78a6cd2a528fcc27b645e0df5ecf1a975f50c4dbd67ba7') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u lua $_hkgname.cabal } build() {
