Skip to content

Commit

Permalink
typst: update to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Oct 22, 2024
1 parent b343dc2 commit 53cee36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-typst/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=typst
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.11.1
pkgver=0.12.0
pkgrel=1
pkgdesc='A markup-based typesetting system for the sciences (mingw-w64)'
arch=('any')
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=('b1ba054e821073daafd90675c4822bcd8166f33fe2e3acba87ba1451a0d1fc56')
sha256sums=('5e92463965c0cf6aa003a3bacd1c68591ef2dc0db59dcdccb8f7b084836a1266')

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

0 comments on commit 53cee36

Please sign in to comment.