diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-18 21:10:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-18 21:10:48 +0100 |
commit | 6f8dd962124f83d246ad527d46d47c74bb354a2a (patch) | |
tree | 4c971fe1fa25df5e9a5c7030c265cacc1a694d1b /latex-fitch-uoo | |
parent | Improve PKGBUILD for lib32-libjson (diff) | |
download | aur-packages-6f8dd962124f83d246ad527d46d47c74bb354a2a.tar.gz aur-packages-6f8dd962124f83d246ad527d46d47c74bb354a2a.tar.bz2 aur-packages-6f8dd962124f83d246ad527d46d47c74bb354a2a.tar.xz |
Improve PKGBUILD for latex-fitch-uoo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | latex-fitch-uoo/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/latex-fitch-uoo/PKGBUILD b/latex-fitch-uoo/PKGBUILD index 8f9ef81..6a7b913 100644 --- a/latex-fitch-uoo/PKGBUILD +++ b/latex-fitch-uoo/PKGBUILD @@ -5,11 +5,11 @@ pkgver=0.5 pkgrel=1 pkgdesc="LaTeX macros for Fitch style natural deduction" arch=('any') -url="http://www.mathstat.dal.ca/~selinger/fitch" +url="https://www.mathstat.dal.ca/~selinger/fitch" license=('GPL') depends=('texlive-core') install=fitch.install -source=('http://www.mathstat.dal.ca/~selinger/fitch/fitch-0.5.tgz') +source=('https://www.mathstat.dal.ca/~selinger/fitch/fitch-0.5.tgz') sha256sums=('0d3173a63420eb5b9981b9c7db0bad0b24278272a666cc31e0c7af8a14ecc4af') package() { |