-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After making the `tectonic-deploy` use a co-maintainer, automagical deployment to AUR worked. Go back to only running the deploy script when new tags are pushed to master, and add a note in the PKGBUILD file since I could imagine people trying to update the version on aur.archlinux.org without realizing that it will get overwritten when new releases are made.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,5 +100,5 @@ before_deploy: | |
deploy: | ||
provider: script | ||
script: bash dist/arch/deploy.sh | ||
# on: | ||
# tags: true | ||
on: | ||
tags: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
# Maintainer: Daniel M. Capella <[email protected]> | ||
# Maintainer: Jan Tojnar <[email protected]> | ||
|
||
# The master version of this file is maintained here: | ||
# | ||
# https://github.com/tectonic-typesetting/tectonic/blob/master/dist/arch/PKGBUILD | ||
# | ||
# The version on aur.archlinux.org is updated automatically through a Travis | ||
# CI deploy script that's invoked when new tags are pushed to the GitHub | ||
# tectonic repository. | ||
|
||
pkgname=tectonic | ||
pkgver=0.1.10 | ||
pkgrel=1 | ||
|