Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-keys
Commits:
963170e1 by Felix Yan at 2025-03-07T03:04:08+08:00
upgpkg: 3.12.4-1: rebuild with keys 3.12.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-keys
pkgdesc = Keyed functors and containers
- pkgver = 3.12.3
- pkgrel = 325
+ pkgver = 3.12.4
+ pkgrel = 1
url = https://github.com/ekmett/keys/
arch = x86_64
license = BSD
@@ -15,7 +15,7 @@ pkgbase = haskell-keys
depends = haskell-tagged
depends = haskell-transformers-compat
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/keys/3.12.3/keys-3.12.3.tar.gz
- sha512sums =
e0bab964eb38388dfb2fe7dcb4999da0263a2162f171f7ed629a2e1de33eb1cb99dc37a6fe32045f136466cebb5aed69e533417256877316c81a02abc700c28d
+ source =
https://hackage.haskell.org/packages/archive/keys/3.12.4/keys-3.12.4.tar.gz
+ sha512sums =
d5d0c1afe3f96f0a04ab9e56267b857c7c168aaafbf274f66ade58677a764d38504d65da3b5753149f966f4463cd38701bba9689e47b7f87f8c5078a34e3b398
pkgname = haskell-keys
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=keys
pkgname=haskell-keys
-pkgver=3.12.3
-pkgrel=325
+pkgver=3.12.4
+pkgrel=1
pkgdesc="Keyed functors and containers"
url="https://github.com/ekmett/keys/"
license=("BSD")
@@ -13,11 +13,11 @@ depends=('ghc-libs' 'haskell-comonad' 'haskell-free'
'haskell-hashable' 'haskell
'haskell-tagged' 'haskell-transformers-compat'
'haskell-unordered-containers')
makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e0bab964eb38388dfb2fe7dcb4999da0263a2162f171f7ed629a2e1de33eb1cb99dc37a6fe32045f136466cebb5aed69e533417256877316c81a02abc700c28d')
+sha512sums=('d5d0c1afe3f96f0a04ab9e56267b857c7c168aaafbf274f66ade58677a764d38504d65da3b5753149f966f4463cd38701bba9689e47b7f87f8c5078a34e3b398')
prepare() {
cd $_hkgname-$pkgver
- uusi -d semigroups -u hashable $_hkgname.cabal
+ uusi -d semigroups
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-keys/-/commit/963170e1d23199a6361c4d5701fbca4f040fe940
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-keys/-/commit/963170e1d23199a6361c4d5701fbca4f040fe940
You're receiving this email because of your account on gitlab.archlinux.org.