Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 committed Apr 20, 2024
1 parent 99b8e59 commit 4fcacc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion tinymist-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
6 changes: 2 additions & 4 deletions typst-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 4fcacc5

Please sign in to comment.