Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-brick
Commits: 49099f15 by Felix Yan at 2025-09-18T15:12:42+00:00 upgpkg: 2.3.1-1: rebuild with brick 2.3.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = haskell-brick pkgdesc = A declarative terminal user interface library - pkgver = 2.3 - pkgrel = 16 + pkgver = 2.3.1 + pkgrel = 1 url = https://github.com/jtdaugherty/brick arch = x86_64 license = BSD-3-Clause @@ -20,7 +20,7 @@ pkgbase = haskell-brick depends = haskell-vty depends = haskell-vty-crossplatform depends = haskell-word-wrap - source = https://hackage.haskell.org/packages/archive/brick/2.3/brick-2.3.tar.gz - sha512sums = 90c043dc2fe279966a0f041eb4e7c724c60b67a6e47b8c34ef5ec7740aafc29973d1850cdf1d1b6b841f87eb9f66387dc8a54caa58cd58783c22940bdfd961a1 + source = https://hackage.haskell.org/packages/archive/brick/2.3.1/brick-2.3.1.tar.gz + sha512sums = 98d32bc29c46661b08c442b74cfbe7bbbc2662819d796de09df8b69a40fb516c639dee6314f8c9b14f8eb95760bba635c83344e268fb02b8be63269072a7b7e1 pkgname = haskell-brick ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ _hkgname=brick pkgname=haskell-brick -pkgver=2.3 -pkgrel=16 +pkgver=2.3.1 +pkgrel=1 pkgdesc="A declarative terminal user interface library" url="https://github.com/jtdaugherty/brick" license=('BSD-3-Clause') @@ -15,7 +15,7 @@ depends=('ghc-libs' 'haskell-bimap' 'haskell-config-ini' 'haskell-data-clist' 'h 'haskell-vector' 'haskell-vty' 'haskell-vty-crossplatform' 'haskell-word-wrap') makedepends=('ghc' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('90c043dc2fe279966a0f041eb4e7c724c60b67a6e47b8c34ef5ec7740aafc29973d1850cdf1d1b6b841f87eb9f66387dc8a54caa58cd58783c22940bdfd961a1') +sha512sums=('98d32bc29c46661b08c442b74cfbe7bbbc2662819d796de09df8b69a40fb516c639dee6314f8c9b14f8eb95760bba635c83344e268fb02b8be63269072a7b7e1') build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-brick/-/commit/49099f15d29bc3868d0f240cec7c3316e6ee08b3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-brick/-/commit/49099f15d29bc3868d0f240cec7c3316e6ee08b3 You're receiving this email because of your account on gitlab.archlinux.org.