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

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 26 05:21:39 UTC 2022


    Date: Friday, August 26, 2022 @ 05:21:39
  Author: felixonmars
Revision: 1280708

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

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 05:20:24 UTC (rev 1280707)
+++ PKGBUILD	2022-08-26 05:21:39 UTC (rev 1280708)
@@ -2,8 +2,8 @@
 
 _hkgname=hslua-module-path
 pkgname=haskell-hslua-module-path
-pkgver=1.0.1
-pkgrel=45
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="Lua module to work with file paths."
 url="https://github.com/hslua/hslua-module-path"
 license=("MIT")
@@ -11,12 +11,11 @@
 depends=('ghc-libs' 'haskell-hslua' 'haskell-hslua-marshalling' 'haskell-hslua-packaging')
 makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('dd505e9236b6140dd9a5b3711b9a010de058cd5fe5b65c07981b5b32fd74d8b9')
+sha256sums=('c0701f02527b0050380285cb66c23b58e8032e6740f9e2d35fb761d89ef55a78')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u hslua-core -u hslua-marshalling -u hslua-packaging $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list