Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-zlib
Commits:
bae9e5c5 by Felix Yan at 2026-05-14T20:52:12+08:00
upgpkg: 0.7.1.0-1: rebuild with zlib 0.7.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-zlib
pkgdesc = Compression and decompression in the gzip and zlib formats
- pkgver = 0.7.0.0
- pkgrel = 89
+ pkgver = 0.7.1.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/zlib
arch = x86_64
license = BSD-3-Clause
@@ -12,7 +12,7 @@ pkgbase = haskell-zlib
makedepends = haskell-tasty-quickcheck
depends = ghc-libs
depends = zlib
- source =
https://hackage.haskell.org/packages/archive/zlib/0.7.0.0/zlib-0.7.0.0.tar.gz
- sha512sums =
1271ae35457a0a30c254bb7c4c043bd51c65cb31a0610cbe3114fc237aa6c9058e5008edf80dbe5883736a731fc312e10b40ce50114f1023ddfc5a779d628879
+ source =
https://hackage.haskell.org/packages/archive/zlib/0.7.1.0/zlib-0.7.1.0.tar.gz
+ sha512sums =
cc83b1550092ba45595873cb66ce4bd65b4ca372bf0461f2337de9fe1765d95dd8e27e2696ee1fdfd6dc58f0f81c499002492e461f00fc928b11ede98a928c81
pkgname = haskell-zlib
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Colin Woodbury <[email protected]>
pkgname=haskell-zlib
-pkgver=0.7.0.0
-pkgrel=89
+pkgver=0.7.1.0
+pkgrel=1
pkgdesc="Compression and decompression in the gzip and zlib formats"
url="https://hackage.haskell.org/package/zlib"
license=('BSD-3-Clause')
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'zlib')
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty'
'haskell-tasty-quickcheck')
source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz)
-sha512sums=('1271ae35457a0a30c254bb7c4c043bd51c65cb31a0610cbe3114fc237aa6c9058e5008edf80dbe5883736a731fc312e10b40ce50114f1023ddfc5a779d628879')
+sha512sums=('cc83b1550092ba45595873cb66ce4bd65b4ca372bf0461f2337de9fe1765d95dd8e27e2696ee1fdfd6dc58f0f81c499002492e461f00fc928b11ede98a928c81')
prepare() {
cd zlib-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-zlib/-/commit/bae9e5c58282f46516282f1fc2840f79830e6848
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-zlib/-/commit/bae9e5c58282f46516282f1fc2840f79830e6848
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help