Date: Wednesday, April 5, 2023 @ 15:45:10
Author: alerque
Revision: 1437776
upgpkg: typst 1:0.1.0-1; (upstream retagged v0.1 to v0.1.0)
Modified:
typst/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-05 15:05:07 UTC (rev 1437775)
+++ PKGBUILD 2023-04-05 15:45:10 UTC (rev 1437776)
@@ -2,7 +2,7 @@
# Contributor: Ilaï Deutel
pkgname=typst
-pkgver=0.1
+pkgver=0.1.0
pkgrel=1
epoch=1
pkgdesc='A markup-based typesetting system for the sciences'
@@ -14,7 +14,7 @@
git)
_archive="$pkgname-$pkgver"
source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e8533e6cba1422bc2ac5a0c89c936a792fa07df1aaabaf6ac1800f2d79061419')
+sha256sums=('9da7543266c7776aed56c36b9fab95fdb7241674b426cfba287a21f4cf07c172')
prepare() {
local hash=$(gunzip < "$_archive.tar.gz" | git get-tar-commit-id)