Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-colourista
Commits:
4f42f4e6 by Felix Yan at 2025-02-08T15:20:54+08:00
upgpkg: 0.1.0.2-48: rebuild with ansi-terminal 1.0, chell 0.5.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-colourista
pkgdesc = Convenient interface for printing colourful messages based on
the ansi-terminal library.
pkgver = 0.1.0.2
- pkgrel = 47
+ pkgrel = 48
url = https://github.com/kowainik/colourista
arch = x86_64
license = MPL2
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=colourista
pkgname=haskell-colourista
pkgver=0.1.0.2
-pkgrel=47
+pkgrel=48
pkgdesc="Convenient interface for printing colourful messages based on the
ansi-terminal library."
url="https://github.com/kowainik/colourista"
license=('MPL2')
@@ -17,6 +17,7 @@
sha512sums=('eb3fd127f0eb1b855c99f8d370993d9485e03d55ab45cdbd2231129417dc9e6299e
prepare() {
cd $_hkgname-$pkgver
gen-setup
+ uusi -u ansi-terminal
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-colourista/-/commit/4f42f4e6d7c79dc6cbe9b1ed58a23a05b461ebd2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-colourista/-/commit/4f42f4e6d7c79dc6cbe9b1ed58a23a05b461ebd2
You're receiving this email because of your account on gitlab.archlinux.org.