Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-skylighting-core
Commits:
6ee13852 by Felix Yan at 2025-09-28T08:45:21+00:00
upgpkg: 0.14.3-1: rebuild with skylighting 0.14.3, skylighting-core 0.14.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-skylighting-core
pkgdesc = Syntax highlighting library
- pkgver = 0.14.2
- pkgrel = 29
+ pkgver = 0.14.3
+ pkgrel = 1
url = https://github.com/jgm/skylighting
arch = x86_64
license = BSD-3-Clause
@@ -22,7 +22,7 @@ pkgbase = haskell-skylighting-core
depends = haskell-safe
depends = haskell-utf8-string
depends = haskell-xml-conduit
- source =
https://hackage.haskell.org/packages/archive/skylighting-core/0.14.2/skylighting-core-0.14.2.tar.gz
- sha512sums =
88ad263713c6610e5eef8c4553b94179b6704719a9cf23980828d718b26a6d73b2cda65591cdbf680c68b609350d9dca63fa4713646eaa8b6160b68d1d6da8ca
+ source =
https://hackage.haskell.org/packages/archive/skylighting-core/0.14.3/skylighting-core-0.14.3.tar.gz
+ sha512sums =
c847268dd25692bffb0f0e9daf78af9b18e8005a8ce595663e72581258fe7bb273382cc5e41063a0f91cf3ae47ac54ed996a94c327554e03ca8158c6acfbccfc
pkgname = haskell-skylighting-core
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=skylighting-core
pkgname=haskell-skylighting-core
-pkgver=0.14.2
-pkgrel=29
+pkgver=0.14.3
+pkgrel=1
pkgdesc="Syntax highlighting library"
url="https://github.com/jgm/skylighting"
license=('BSD-3-Clause')
@@ -15,7 +15,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec'
'haskell-base64-bytestr
makedepends=('ghc' 'haskell-diff' 'haskell-pretty-show' 'haskell-quickcheck'
'haskell-tasty'
'haskell-tasty-golden' 'haskell-tasty-hunit'
'haskell-tasty-quickcheck')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('88ad263713c6610e5eef8c4553b94179b6704719a9cf23980828d718b26a6d73b2cda65591cdbf680c68b609350d9dca63fa4713646eaa8b6160b68d1d6da8ca')
+sha512sums=('c847268dd25692bffb0f0e9daf78af9b18e8005a8ce595663e72581258fe7bb273382cc5e41063a0f91cf3ae47ac54ed996a94c327554e03ca8158c6acfbccfc')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-skylighting-core/-/commit/6ee138528db70d84797f6ea70528dba78d171468
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-skylighting-core/-/commit/6ee138528db70d84797f6ea70528dba78d171468
You're receiving this email because of your account on gitlab.archlinux.org.