diff --git a/tinymist-bin/PKGBUILD b/tinymist-bin/PKGBUILD index 78e1b9e..373b6b9 100644 --- a/tinymist-bin/PKGBUILD +++ b/tinymist-bin/PKGBUILD @@ -7,7 +7,6 @@ pkgdesc="An integrated language service for Typst" arch=('x86_64') url="https://github.com/Myriad-Dreamin/tinymist" license=('Apache') -makedepends=(cargo) options=('strip') source=("https://github.com/Myriad-Dreamin/tinymist/releases/download/v$pkgver/$_pkgname-linux-x64") sha256sums=('3a6dde916018c97f65898b96b926b4e98abdc9f6e10e5841d18d924f10f09e90') diff --git a/typst-git/PKGBUILD b/typst-git/PKGBUILD index 6a9aca2..0c02114 100644 --- a/typst-git/PKGBUILD +++ b/typst-git/PKGBUILD @@ -9,12 +9,10 @@ pkgdesc='A markup-based typesetting system for the sciences' license=('Apache-2.0') arch=('any') _url="https://github.com/$_pkgname/$_pkgname" -makedepends=(cargo-nightly - git) +makedepends=('cargo-nightly' 'git') provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") -depends=(gcc-libs - glibc) +depends=('gcc-libs' 'glibc') url="https://github.com/typst/typst" source=("$_pkgname::git+$_url.git") md5sums=('SKIP')