We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb71dc commit f9c3bd9Copy full SHA for f9c3bd9
mingw-w64-typst/PKGBUILD
@@ -3,7 +3,7 @@
3
_realname=typst
4
pkgbase=mingw-w64-${_realname}
5
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6
-pkgver=0.14.1
+pkgver=0.14.2
7
pkgrel=1
8
pkgdesc='A markup-based typesetting system for the sciences (mingw-w64)'
9
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
21
"${MINGW_PACKAGE_PREFIX}-openssl"
22
'git')
23
source=("https://github.com/typst/typst/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
24
-sha256sums=('83d132348a8c9481a8a483cdf823d5083ba456466410935f25240f6c26e23c38')
+sha256sums=('70a56445020ca05efc571c7b07a1a9f52eb93842d420518693c077ae74e54142')
25
26
prepare() {
27
cd ${_realname}-${pkgver}
0 commit comments