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

Felix Yan felixonmars at archlinux.org
Mon Aug 17 04:18:04 UTC 2020


    Date: Monday, August 17, 2020 @ 04:18:04
  Author: felixonmars
Revision: 682091

upgpkg: haskell-hslua-module-system 0.2.2-1: rebuild with hslua-module-system 0.2.2

Modified:
  haskell-hslua-module-system/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 04:05:34 UTC (rev 682090)
+++ PKGBUILD	2020-08-17 04:18:04 UTC (rev 682091)
@@ -2,16 +2,16 @@
 
 _hkgname=hslua-module-system
 pkgname=haskell-hslua-module-system
-pkgver=0.2.1
-pkgrel=56
+pkgver=0.2.2
+pkgrel=1
 pkgdesc="Lua module wrapper around Haskell's System module"
 url="https://github.com/hslua/hslua-module-system"
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hslua' 'haskell-temporary')
-makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('296d2ee41760d8ee6025562c408f16e78468a9ca53910982fd346a9cf7b8c6df3340fd2d0a7f6ff5fc41c98f0724a733f0ed8bd64cdd18acfb65aa044cd4a99b')
+sha512sums=('5b82c59e5b121498964964375adcb2ffdb16fadb7c7f3d310546c469a087b9ce2b6c4d596291b5a5f52366fb1bb6c513fbdb8efe3339a86c8a983bf42a936c6d')
 
 build() {
     cd $_hkgname-$pkgver    



More information about the arch-commits mailing list