Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-skylighting
Commits:
b2ba218b by Felix Yan at 2024-10-14T18:15:19+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
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 = GPL2
@@ -12,7 +12,7 @@ pkgbase = haskell-skylighting
depends = haskell-skylighting-format-blaze-html
depends = haskell-skylighting-format-context
depends = haskell-skylighting-format-latex
- source =
https://hackage.haskell.org/packages/archive/skylighting/0.14.1/skylighting-0.14.1.tar.gz
- sha512sums =
9286c957ce041d14608d85db0085c070bab62eaeade9986dd65bd5322db5effe94cafb5da4714dac2ad601b94f667f7ab0b2238ecfaa9c4f820f1d4e63c632bc
+ source =
https://hackage.haskell.org/packages/archive/skylighting/0.14.1.1/skylighting-0.14.1.1.tar.gz
+ sha512sums =
76b4ad20908e0b7e6eee04184e20728bfbcd87c6f68bf540fb4c867fba80ce321f7639aa8171f9c4e33810c379ea04c3d78a5a7b1328187b329d8152ce78c845
pkgname = haskell-skylighting
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=skylighting
pkgname=haskell-skylighting
-pkgver=0.14.1
-pkgrel=3
+pkgver=0.14.1.1
+pkgrel=1
pkgdesc="Syntax highlighting library"
url="https://github.com/jgm/skylighting"
license=('GPL2')
@@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-skylighting-core'
'haskell-skylighting-format-ansi'
'haskell-skylighting-format-latex')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('9286c957ce041d14608d85db0085c070bab62eaeade9986dd65bd5322db5effe94cafb5da4714dac2ad601b94f667f7ab0b2238ecfaa9c4f820f1d4e63c632bc')
+sha512sums=('76b4ad20908e0b7e6eee04184e20728bfbcd87c6f68bf540fb4c867fba80ce321f7639aa8171f9c4e33810c379ea04c3d78a5a7b1328187b329d8152ce78c845')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-skylighting/-/commit/b2ba218b4a7d1ce6c1705279a3be994c6bea8399
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-skylighting/-/commit/b2ba218b4a7d1ce6c1705279a3be994c6bea8399
You're receiving this email because of your account on gitlab.archlinux.org.