[arch-commits] Commit in haskell-lua/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 7 21:22:52 UTC 2022


    Date: Thursday, July 7, 2022 @ 21:22:52
  Author: felixonmars
Revision: 1248315

upgpkg: haskell-lua 2.2.0-1: rebuild with citeproc 0.7, doclayout 0.4, hslua 2.2.0, hslua-aeson 2.2.0, hslua-classes 2.2.0, hslua-core 2.2.0, hslua-marshalling 2.2.0, hslua-objectorientation 2.2.0, hslua-packaging 2.2.0, lua 2.2.0, pandoc 2.18

Modified:
  haskell-lua/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 21:21:53 UTC (rev 1248314)
+++ PKGBUILD	2022-07-07 21:22:52 UTC (rev 1248315)
@@ -2,16 +2,16 @@
 
 _hkgname=lua
 pkgname=haskell-lua
-pkgver=2.1.0
-pkgrel=15
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="Lua, an embeddable scripting language"
 url="https://hslua.org/"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'lua53')
+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=('2cfc72096767ad7911f98bc607566832f9fa46feca20a6c7924bace157e8cc01')
+sha256sums=('4d24b55db34cce69d2c5ff89b979699a113c3a5ef1fde6de5cd484355489a888')
 
 prepare() {
   cd $_hkgname-$pkgver



More information about the arch-commits mailing list