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

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 22 18:32:33 UTC 2022


    Date: Monday, August 22, 2022 @ 18:32:32
  Author: felixonmars
Revision: 1274829

upgpkg: haskell-hslua-module-text 1.0.2-1: rebuild with hslua-module-text 1.0.2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 18:31:34 UTC (rev 1274828)
+++ PKGBUILD	2022-08-22 18:32:32 UTC (rev 1274829)
@@ -3,22 +3,17 @@
 
 _hkgname=hslua-module-text
 pkgname=haskell-hslua-module-text
-pkgver=1.0.1
-pkgrel=42
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="Lua module for text"
 url="https://github.com/hslua/hslua-module-text"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hslua-core' 'haskell-hslua-marshalling' 'haskell-hslua-packaging')
-makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('6dbe21f6a3b4f75428e1cad69c79b4da5783e655635a740f44616898ec872e5bd58ee1f9f5c5d5ac415fc08e7bda9f7f0485b36dd759f35fe44e2cc1c8f9efef')
+sha512sums=('1678630a5ae7ac66946598691901a2dcb2f62723e9f7bda50d8c3711384437f4280d280363b04e2794487a541a9b5ee70bbf52a94fa042128650a9c576108e0d')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u hslua-core -u hslua-marshalling -u hslua-packaging $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list