Date: Sunday, July 10, 2022 @ 23:54:46 Author: felixonmars Revision: 1249397
upgpkg: haskell-lua 2.2.1-1: rebuild with lua 2.2.1 Modified: haskell-lua/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-10 23:45:36 UTC (rev 1249396) +++ PKGBUILD 2022-07-10 23:54:46 UTC (rev 1249397) @@ -2,7 +2,7 @@ _hkgname=lua pkgname=haskell-lua -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="Lua, an embeddable scripting language" url="https://hslua.org/" @@ -11,7 +11,7 @@ depends=('ghc-libs' 'lua') makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('4d24b55db34cce69d2c5ff89b979699a113c3a5ef1fde6de5cd484355489a888') +sha256sums=('85546fb11ee349d3182ce11bd3046e644c2964fcfc39c797c2cd1a12e588961f') prepare() { cd $_hkgname-$pkgver
