Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hslua-module-system
Commits:
de8f662e by Felix Yan at 2025-04-07T06:40:53+08:00
upgpkg: 1.1.1-1: rebuild with hslua-module-system 1.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hslua-module-system
pkgdesc = Lua module wrapper around Haskell's System module
- pkgver = 1.1.0.1
- pkgrel = 62
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://github.com/hslua/hslua
arch = x86_64
license = MIT
@@ -15,7 +15,7 @@ pkgbase = haskell-hslua-module-system
depends = haskell-hslua-marshalling
depends = haskell-hslua-packaging
depends = haskell-temporary
- source =
https://hackage.haskell.org/packages/archive/hslua-module-system/1.1.0.1/hslua-module-system-1.1.0.1.tar.gz
- sha512sums =
1406a59187a98c3947fc51cc76fb38db04beb15765db51ff3a2662c57a34c77df2f0e27844c825ff1aca6eff261cf42b7db9f7a87fbba4648434d6502bb36931
+ source =
https://hackage.haskell.org/packages/archive/hslua-module-system/1.1.1/hslua-module-system-1.1.1.tar.gz
+ sha512sums =
4c5b570d90476f7d506ce202d4d429b96a4c0fd3b553a03dec2777af502ed781f09ca68980909a0b6039b613b0fadbbeb290be50edee9e9a5024f237baee0f84
pkgname = haskell-hslua-module-system
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=hslua-module-system
pkgname=haskell-hslua-module-system
-pkgver=1.1.0.1
-pkgrel=62
+pkgver=1.1.1
+pkgrel=1
pkgdesc="Lua module wrapper around Haskell's System module"
url="https://github.com/hslua/hslua"
license=('MIT')
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-hslua-core'
'haskell-hslua-marshalling' 'haskell-hs
'haskell-temporary')
makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit'
'haskell-tasty-lua')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('1406a59187a98c3947fc51cc76fb38db04beb15765db51ff3a2662c57a34c77df2f0e27844c825ff1aca6eff261cf42b7db9f7a87fbba4648434d6502bb36931')
+sha512sums=('4c5b570d90476f7d506ce202d4d429b96a4c0fd3b553a03dec2777af502ed781f09ca68980909a0b6039b613b0fadbbeb290be50edee9e9a5024f237baee0f84')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hslua-module-system/-/commit/de8f662e698171fd6306a3537c4e13e6fe271000
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hslua-module-system/-/commit/de8f662e698171fd6306a3537c4e13e6fe271000
You're receiving this email because of your account on gitlab.archlinux.org.