Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-brick


Commits:
9b6961e4 by Felix Yan at 2025-08-06T20:12:20+08:00
upgpkg: 2.1-1: rebuild with brick 2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = haskell-brick
        pkgdesc = A declarative terminal user interface library
-       pkgver = 2.0
-       pkgrel = 10
+       pkgver = 2.1
+       pkgrel = 1
        url = https://github.com/jtdaugherty/brick
        arch = x86_64
        license = BSD-3-Clause
@@ -20,11 +20,9 @@ pkgbase = haskell-brick
        depends = haskell-vty
        depends = haskell-vty-crossplatform
        depends = haskell-word-wrap
-       source = 
https://hackage.haskell.org/packages/archive/brick/2.0/brick-2.0.tar.gz
-       source = 
haskell-brick-testsuite-vty-6.patch::https://github.com/jtdaugherty/brick/commit/49171380953e05c4515dab2e7332b293e0ebb4e5.patch
+       source = 
https://hackage.haskell.org/packages/archive/brick/2.1/brick-2.1.tar.gz
        source = 
haskell-brick-testsuite-vty-crossplatform.patch::https://github.com/jtdaugherty/brick/commit/31f94e1b76aaddf0cc5ff49be27ae6c3a82dc98b.patch
-       sha512sums = 
e9082dcba6ef823c1d4a71234c8df4e8fb4ca75f6412ca40a1f95262c3a009dc4e4ca119b21bf6250a24e2e1ba4cb830c8882e60d944eb2627b5b9b1932958dd
-       sha512sums = 
90d28b310f3c5dbb42a9216a54bd3eb07c146fd6eebabf313298c44fb9427e8244933fa5ed4230e7deb20faf18e1d28324abd5b6369377b0efc3f43048d05974
+       sha512sums = 
3c8c6bddd50682719cfa3fbccd889cd26f562e9af5e47e5dd597f12a22116fe976a0f41a05d30bbb469039aba2cac31e7e7e8d64e5c4711f7bf30dd680df80a3
        sha512sums = 
898d233cce1cc31690b8644b7b7877d9af52a34c785a709ffeb68ff0150731077ab6add5b6c39170977b5816634569426b5584d004b839b4167b86bbcad444da
 
 pkgname = haskell-brick


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=2.0
-pkgrel=10
+pkgver=2.1
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick";
 license=('BSD-3-Clause')
@@ -15,15 +15,12 @@ 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";
-        
$pkgname-testsuite-vty-6.patch::https://github.com/jtdaugherty/brick/commit/49171380953e05c4515dab2e7332b293e0ebb4e5.patch
         
$pkgname-testsuite-vty-crossplatform.patch::https://github.com/jtdaugherty/brick/commit/31f94e1b76aaddf0cc5ff49be27ae6c3a82dc98b.patch)
-sha512sums=('e9082dcba6ef823c1d4a71234c8df4e8fb4ca75f6412ca40a1f95262c3a009dc4e4ca119b21bf6250a24e2e1ba4cb830c8882e60d944eb2627b5b9b1932958dd'
-            
'90d28b310f3c5dbb42a9216a54bd3eb07c146fd6eebabf313298c44fb9427e8244933fa5ed4230e7deb20faf18e1d28324abd5b6369377b0efc3f43048d05974'
+sha512sums=('3c8c6bddd50682719cfa3fbccd889cd26f562e9af5e47e5dd597f12a22116fe976a0f41a05d30bbb469039aba2cac31e7e7e8d64e5c4711f7bf30dd680df80a3'
             
'898d233cce1cc31690b8644b7b7877d9af52a34c785a709ffeb68ff0150731077ab6add5b6c39170977b5816634569426b5584d004b839b4167b86bbcad444da')
 
 prepare() {
     cd $_hkgname-$pkgver
-    patch -p1 -i ../$pkgname-testsuite-vty-6.patch
     patch -p1 -i ../$pkgname-testsuite-vty-crossplatform.patch
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-brick/-/commit/9b6961e48051a65eb5498a00139139aa57646e7c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-brick/-/commit/9b6961e48051a65eb5498a00139139aa57646e7c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to