Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-skylighting-core
Commits:
e2bf81c8 by Felix Yan at 2024-10-04T19:46:33+03:00
upgpkg: 0.14.1-1: rebuild with skylighting 0.14.1, skylighting-core 0.14.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-skylighting-core
pkgdesc = Syntax highlighting library
- pkgver = 0.14
- pkgrel = 23
+ pkgver = 0.14.1
+ pkgrel = 1
url = https://github.com/jgm/skylighting
arch = x86_64
license = BSD
@@ -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/skylighting-core-0.14.tar.gz
- sha512sums =
7b1ae0160c656eb38b765b9d545b065aaa07bf02acddbf74bdff42914d74b07e556df7f33e67557870d4582a0f9e871b6f4ffad4cb17082ad91bb64e89569753
+ source =
https://hackage.haskell.org/packages/archive/skylighting-core/0.14.1/skylighting-core-0.14.1.tar.gz
+ sha512sums =
f9b5b5282336d54d4ea711cd846ed8fa4d931a528dc3f5e3abcf59899cdbf3f04735ad090202fcba27a01764b75019e2a77414e0cbcf17f0e970289f4d29722c
pkgname = haskell-skylighting-core
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=skylighting-core
pkgname=haskell-skylighting-core
-pkgver=0.14
-pkgrel=23
+pkgver=0.14.1
+pkgrel=1
pkgdesc="Syntax highlighting library"
url="https://github.com/jgm/skylighting"
license=('BSD')
@@ -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=('7b1ae0160c656eb38b765b9d545b065aaa07bf02acddbf74bdff42914d74b07e556df7f33e67557870d4582a0f9e871b6f4ffad4cb17082ad91bb64e89569753')
+sha512sums=('f9b5b5282336d54d4ea711cd846ed8fa4d931a528dc3f5e3abcf59899cdbf3f04735ad090202fcba27a01764b75019e2a77414e0cbcf17f0e970289f4d29722c')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-skylighting-core/-/commit/e2bf81c82cc291f1597287d4b9e57098b3715869
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-skylighting-core/-/commit/e2bf81c82cc291f1597287d4b9e57098b3715869
You're receiving this email because of your account on gitlab.archlinux.org.