Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-brick
Commits:
ccfc08f8 by Felix Yan at 2025-04-07T06:48:13+08:00
upgpkg: 1.9-1: rebuild with brick 1.9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-brick
pkgdesc = A declarative terminal user interface library
- pkgver = 1.8
- pkgrel = 5
+ pkgver = 1.9
+ pkgrel = 1
url = https://github.com/jtdaugherty/brick
arch = x86_64
license = BSD
@@ -18,7 +18,7 @@ pkgbase = haskell-brick
depends = haskell-vector
depends = haskell-vty5
depends = haskell-word-wrap
- source =
https://hackage.haskell.org/packages/archive/brick/1.8/brick-1.8.tar.gz
- sha512sums =
1d0b993ea58e5931c58438439747b1cc2f167fe447900f81b7b2bd65e46520a9eeddc7faf4a14c3501123f2b56a3ce5b6a20565e7d62e953ed645441e618eb96
+ source =
https://hackage.haskell.org/packages/archive/brick/1.9/brick-1.9.tar.gz
+ sha512sums =
b9443a87a06d1a3c8e4a266374783235ed480675518822f50ee9d89fbe0dcac79f81cfcffb1a30397604f38dd3450794e60fc6b17119c703d1548b5466c2f3e3
pkgname = haskell-brick
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_hkgname=brick
pkgname=haskell-brick
-pkgver=1.8
-pkgrel=5
+pkgver=1.9
+pkgrel=1
pkgdesc="A declarative terminal user interface library"
url="https://github.com/jtdaugherty/brick"
license=("BSD")
@@ -15,7 +15,7 @@ depends=('ghc-libs' 'haskell-bimap' 'haskell-config-ini'
'haskell-data-clist' 'h
'haskell-vty5' 'haskell-word-wrap')
makedepends=('ghc' 'haskell-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1d0b993ea58e5931c58438439747b1cc2f167fe447900f81b7b2bd65e46520a9eeddc7faf4a14c3501123f2b56a3ce5b6a20565e7d62e953ed645441e618eb96')
+sha512sums=('b9443a87a06d1a3c8e4a266374783235ed480675518822f50ee9d89fbe0dcac79f81cfcffb1a30397604f38dd3450794e60fc6b17119c703d1548b5466c2f3e3')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-brick/-/commit/ccfc08f8fc7c76f06b3da91303065ef89748aeb4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-brick/-/commit/ccfc08f8fc7c76f06b3da91303065ef89748aeb4
You're receiving this email because of your account on gitlab.archlinux.org.