Skip to content

Commit

Permalink
dist/arch/PKGBUILD: synchronize with what's currently on AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Sep 30, 2018
1 parent 5dd21c2 commit 3501822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

pkgname=tectonic
pkgver=0.1.10
pkgrel=0
pkgrel=1
arch=('x86_64')
pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive'
url=https://tectonic-typesetting.github.io/
license=('MIT')
depends=('fontconfig' 'harfbuzz-icu' 'openssl')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/tectonic/$pkgver/download")
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
sha512sums=('44d75487a8543e765730751879fab44a78fe0fdc8cd92943be74e6e4c12df3ef0a002e1632991090e853d4944e95d3c1075d6e9a011fd432a8e8501adc52ebb9')

build() {
Expand Down

0 comments on commit 3501822

Please sign in to comment.