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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 24 19:10:41 UTC 2022


    Date: Thursday, March 24, 2022 @ 19:10:41
  Author: felixonmars
Revision: 1174944

upgpkg: haskell-tasty-lua 1.0.1-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-tasty-lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 19:10:04 UTC (rev 1174943)
+++ PKGBUILD	2022-03-24 19:10:41 UTC (rev 1174944)
@@ -2,17 +2,17 @@
 
 _hkgname=tasty-lua
 pkgname=haskell-tasty-lua
-pkgver=1.0.0
-pkgrel=9
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Write tests in Lua, integrate into tasty."
 url="https://github.com/hslua/tasty-lua"
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-file-embed' 'haskell-hslua-core' 'haskell-hslua-marshalling'
-         'haskell-tasty')
+         'haskell-lua-arbitrary' 'haskell-quickcheck' 'haskell-tasty')
 makedepends=('ghc' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ea68350c051257f46b0c160b5576620279ec6d9aa7195fb0f44983289d31231878108555c77e403e1fbbb013ccd951801a41455ad3bc583eeb9126535c529893')
+sha512sums=('9bc278f965b9ed89025bd162a6c10de2bd4d806935be35774889fd1185e7d5f1cd106cf32296118f86922ab11e462a1f7a6438bf79925d6a29830bd3f2df4b34')
 
 build() {
     cd $_hkgname-$pkgver    



More information about the arch-commits mailing list