Date: Thursday, March 24, 2022 @ 19:06:08 Author: felixonmars Revision: 1174932
upgpkg: haskell-lua 2.1.0-1: rebuild with hslua 2.1.0, hslua-aeson 2.1.0, hslua-classes 2.1.0, hslua-core 2.1.0, hslua-marshalling 2.1.0, hslua-module-path 1.0.1, hslua-module-system 1.0.1, hslua-module-text 1.0.1, hslua-module-version 1.0.1, hslua-objectorientation 2.1.0, hslua-packaging 2.1.0, lpeg 1.0.2, lua 2.1.0, pandoc 2.17.1, pandoc-lua-marshal 0.1.4, tasty-lua 1.0.1 Modified: haskell-lua/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-24 19:03:17 UTC (rev 1174931) +++ PKGBUILD 2022-03-24 19:06:08 UTC (rev 1174932) @@ -2,8 +2,8 @@ _hkgname=lua pkgname=haskell-lua -pkgver=2.0.2 -pkgrel=17 +pkgver=2.1.0 +pkgrel=1 pkgdesc="Lua, an embeddable scripting language" url="https://hslua.org/" license=("MIT") @@ -11,7 +11,7 @@ depends=('ghc-libs' 'lua53') makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('fc5d5f11e8d4c47e8f1feb59b4d2971252f42b4c0e49d2ebcd3d5d1334e74b43') +sha256sums=('2cfc72096767ad7911f98bc607566832f9fa46feca20a6c7924bace157e8cc01') prepare() { cd $_hkgname-$pkgver
