Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 committed Apr 2, 2024
1 parent 646404b commit fc6d824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helix-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion typst-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fc6d824

Please sign in to comment.