Date: Monday, March 21, 2022 @ 13:12:55 Author: felixonmars Revision: 1166856
upgpkg: haskell-lpeg 1.0.1-1 Modified: haskell-lpeg/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 13:11:07 UTC (rev 1166855) +++ PKGBUILD 2022-03-21 13:12:55 UTC (rev 1166856) @@ -2,8 +2,8 @@ _hkgname=lpeg pkgname=haskell-lpeg -pkgver=1.0.0 -pkgrel=6 +pkgver=1.0.1 +pkgrel=1 pkgdesc="LPeg – Parsing Expression Grammars For Lua" url="https://hslua.org/" license=("MIT") @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-lua' 'lua53-lpeg') makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('da497ce03ebdb9596a2e68befe4fa738b3d33523590bb647ba733af37e14a004') +sha256sums=('287940baef55d8fd51349423f17d8f65a139bc94b7d93a600b3d1b5d503b0f7e') prepare() { cd $_hkgname-$pkgver
