diff options
-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() { |