diff --git a/helix-git/PKGBUILD b/helix-git/PKGBUILD index c14f87c..17e1d80 100644 --- a/helix-git/PKGBUILD +++ b/helix-git/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A text editor written in rust" url="https://helix-editor.com" _git="https://github.com/helix-editor/${_pkgname}.git" arch=(x86_64) -makedepends=('git' 'cargo') +makedepends=('git' 'rustup') depends=() provides=('hx') conflicts=('helix') diff --git a/typst-git/PKGBUILD b/typst-git/PKGBUILD index 2b3695b..02831ba 100644 --- a/typst-git/PKGBUILD +++ b/typst-git/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='A markup-based typesetting system for the sciences' license=('Apache-2.0') arch=('any') _url="https://github.com/$_pkgname/$_pkgname" -makedepends=(cargo +makedepends=(rrustup git) provides=("$_pkgname=$pkgver") conflicts=("$_pkgname")