Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-skylighting-core
Commits:
46892dbf by Felix Yan at 2024-10-14T18:13:38+03:00
upgpkg: 0.14.1.1-1: rebuild with skylighting 0.14.1.1, skylighting-core 0.14.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-skylighting-core
pkgdesc = Syntax highlighting library
- pkgver = 0.14.1
- pkgrel = 3
+ pkgver = 0.14.1.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.1/skylighting-core-0.14.1.tar.gz
- sha512sums =
f9b5b5282336d54d4ea711cd846ed8fa4d931a528dc3f5e3abcf59899cdbf3f04735ad090202fcba27a01764b75019e2a77414e0cbcf17f0e970289f4d29722c
+ source =
https://hackage.haskell.org/packages/archive/skylighting-core/0.14.1.1/skylighting-core-0.14.1.1.tar.gz
+ sha512sums =
96f7d0fbe0808ca7d6268cbc8ea44d5e2484ced163ed837e926dacc5d6fd52239b44c0cc62042aaf8d7e3ffdeff6b8b77749203a8066fc10839a781010ffda5e
pkgname = haskell-skylighting-core
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=skylighting-core
pkgname=haskell-skylighting-core
-pkgver=0.14.1
-pkgrel=3
+pkgver=0.14.1.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=('f9b5b5282336d54d4ea711cd846ed8fa4d931a528dc3f5e3abcf59899cdbf3f04735ad090202fcba27a01764b75019e2a77414e0cbcf17f0e970289f4d29722c')
+sha512sums=('96f7d0fbe0808ca7d6268cbc8ea44d5e2484ced163ed837e926dacc5d6fd52239b44c0cc62042aaf8d7e3ffdeff6b8b77749203a8066fc10839a781010ffda5e')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-skylighting-core/-/commit/46892dbfb0154b2d2cdee0a0ba4535de03a4fcc0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-skylighting-core/-/commit/46892dbfb0154b2d2cdee0a0ba4535de03a4fcc0
You're receiving this email because of your account on gitlab.archlinux.org.