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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 7 21:39:10 UTC 2022


    Date: Thursday, July 7, 2022 @ 21:39:10
  Author: felixonmars
Revision: 1248349

upgpkg: haskell-hslua 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-hslua/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 21:38:47 UTC (rev 1248348)
+++ PKGBUILD	2022-07-07 21:39:10 UTC (rev 1248349)
@@ -3,17 +3,19 @@
 
 _hkgname=hslua
 pkgname=haskell-hslua
-pkgver=2.1.0
-pkgrel=26
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="A Lua language interpreter embedding in Haskell"
 url="https://hslua.org"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-hslua-classes' 'haskell-hslua-core' 'haskell-hslua-marshalling'
-         'haskell-hslua-objectorientation' 'haskell-hslua-packaging')
-makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hslua' 'haskell-tasty-hunit')
+depends=('ghc-libs' 'haskell-hslua-aeson' 'haskell-hslua-classes' 'haskell-hslua-core'
+         'haskell-hslua-marshalling' 'haskell-hslua-objectorientation' 'haskell-hslua-packaging')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-lua' 'haskell-lua-arbitrary'
+             'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hslua'
+             'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('c1c0f942406f6c346c7922fe3bcf0d76abad66898f075f296e24ad82153330e35a0559276945146834f5d6156adc714a69ecec5db42be35b80084210886264e6')
+sha512sums=('cdd4ff872557ba014bb6f64a592702820e9274456c35b9f9c42fccbd279b2157b3087a5040be2bad03890934bf682c7f4d066232480e8243d5259f871514346a')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list