Skip to content

Commit

Permalink
typst: update to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Jun 21, 2024
1 parent 89ed5ed commit 26ee6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-typst/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=typst
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.11.0
pkgrel=2
pkgver=0.11.1
pkgrel=1
pkgdesc='A markup-based typesetting system for the sciences (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
"${MINGW_PACKAGE_PREFIX}-pkgconf"
"${MINGW_PACKAGE_PREFIX}-openssl")
source=("https://github.com/typst/typst/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('fd8debe21d5d22d4cd6c823494537f1356c9954cc2fe6c5db8c76c1b126112dd')
sha256sums=('b1ba054e821073daafd90675c4822bcd8166f33fe2e3acba87ba1451a0d1fc56')

prepare() {
cd ${_realname}-${pkgver}
Expand Down

0 comments on commit 26ee6e9

Please sign in to comment.