Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hakyll
Commits:
fea848d4 by Felix Yan at 2025-09-17T06:25:01+00:00
upgpkg: 4.16.2.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hakyll
pkgdesc = A static website compiler library
- pkgver = 4.16.2.1
- pkgrel = 41
+ pkgver = 4.16.2.2
+ pkgrel = 1
url = https://jaspervdj.be/hakyll
arch = x86_64
license = BSD-3-Clause
@@ -37,7 +37,7 @@ pkgbase = haskell-hakyll
depends = haskell-wai-app-static
depends = haskell-warp
depends = haskell-yaml
- source =
https://hackage.haskell.org/packages/archive/hakyll/4.16.2.1/hakyll-4.16.2.1.tar.gz
- sha512sums =
2958b92d3c6b584bc1f5169ae45024347e619822c7266925f0999f1bbe093201e8732d2c113b25d4ceecd53d0d38f9d5a61a261b5a8b6a18a12fe0df6f19cd6f
+ source =
https://hackage.haskell.org/packages/archive/hakyll/4.16.2.2/hakyll-4.16.2.2.tar.gz
+ sha512sums =
dd0c03cea49ef65aaf045bb6cf0128dce2ee4c091dd94652e935fd4a679a1b2e5049729dfa1da941f5c342db32c3a403e9bd807015773f66041e841d79a563f8
pkgname = haskell-hakyll
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_hkgname=hakyll
pkgname=haskell-hakyll
-pkgver=4.16.2.1
-pkgrel=41
+pkgver=4.16.2.2
+pkgrel=1
pkgdesc="A static website compiler library"
url="https://jaspervdj.be/hakyll"
license=('BSD-3-Clause')
@@ -20,7 +20,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html'
'haskell-blaze-markup'
makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-golden'
'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2958b92d3c6b584bc1f5169ae45024347e619822c7266925f0999f1bbe093201e8732d2c113b25d4ceecd53d0d38f9d5a61a261b5a8b6a18a12fe0df6f19cd6f')
+sha512sums=('dd0c03cea49ef65aaf045bb6cf0128dce2ee4c091dd94652e935fd4a679a1b2e5049729dfa1da941f5c342db32c3a403e9bd807015773f66041e841d79a563f8')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/fea848d4406f0ba31656f471649afeb1a79e760e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/fea848d4406f0ba31656f471649afeb1a79e760e
You're receiving this email because of your account on gitlab.archlinux.org.