Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-typst
Commits:
060d1a1d by Felix Yan at 2025-09-19T18:12:31+00:00
upgpkg: 0.5.0.5-1: rebuild with typst 0.5.0.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-typst
pkgdesc = Parsing and evaluating typst syntax.
- pkgver = 0.5.0.4
- pkgrel = 28
+ pkgver = 0.5.0.5
+ pkgrel = 1
url = https://github.com/jgm/typst-hs.git
arch = x86_64
license = BSD-3-Clause
@@ -21,7 +21,7 @@ pkgbase = haskell-typst
depends = haskell-vector
depends = haskell-xml-conduit
depends = haskell-yaml
- source =
https://hackage.haskell.org/packages/archive/typst/0.5.0.4/typst-0.5.0.4.tar.gz
- sha256sums =
e765c59a5a95cc6fe744e0c56ac5214a819a787fca82c79137aab42db0bce380
+ source =
https://hackage.haskell.org/packages/archive/typst/0.5.0.5/typst-0.5.0.5.tar.gz
+ sha256sums =
49ddb44687ca3281cd24dff69149feb24c24f02785aed35a8109711261f92514
pkgname = haskell-typst
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=typst
pkgname=haskell-typst
-pkgver=0.5.0.4
-pkgrel=28
+pkgver=0.5.0.5
+pkgrel=1
pkgdesc="Parsing and evaluating typst syntax."
url="https://github.com/jgm/typst-hs.git"
license=('BSD-3-Clause')
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-cassava'
'haskell-ordered-container
'haskell-vector' 'haskell-xml-conduit' 'haskell-yaml')
makedepends=('ghc' 'uusi' 'haskell-pretty-show' 'haskell-tasty'
'haskell-tasty-golden')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('e765c59a5a95cc6fe744e0c56ac5214a819a787fca82c79137aab42db0bce380')
+sha256sums=('49ddb44687ca3281cd24dff69149feb24c24f02785aed35a8109711261f92514')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-typst/-/commit/060d1a1d06648ad0a1bf0c2ed421f6ebf534a092
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-typst/-/commit/060d1a1d06648ad0a1bf0c2ed421f6ebf534a092
You're receiving this email because of your account on gitlab.archlinux.org.