aboutsummaryrefslogtreecommitdiffstats
path: root/latex-fitch/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-06-11 18:42:08 +0200
committerMattias Andrée <maandree@operamail.com>2015-06-11 18:42:08 +0200
commit431a4ca6d3b582ba1e949b667fe278c93217f8cb (patch)
treefa0489f07c80612965ff5e6cfe6d4790d8f0087e /latex-fitch/PKGBUILD
parentupdate todo (diff)
downloadaur-packages-431a4ca6d3b582ba1e949b667fe278c93217f8cb.tar.gz
aur-packages-431a4ca6d3b582ba1e949b667fe278c93217f8cb.tar.bz2
aur-packages-431a4ca6d3b582ba1e949b667fe278c93217f8cb.tar.xz
migrating to aur4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'latex-fitch/PKGBUILD')
-rw-r--r--latex-fitch/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/latex-fitch/PKGBUILD b/latex-fitch/PKGBUILD
index e839bdb..f8bd824 100644
--- a/latex-fitch/PKGBUILD
+++ b/latex-fitch/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=latex-fitch
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="A LaTeX package for Fitch-style proofs"
arch=('any')
url="http://folk.uio.no/johanw/FitchSty.html"
license=('GPL')
depends=('tetex')
install=fitch.install
-source=(http://folk.uio.no/johanw/fitch.sty)
+#source=(http://folk.uio.no/johanw/fitch.sty)
+source=(fitch.sty)
md5sums=('d62bdd0267c217d6017baef950b9205a')
package() {
- mkdir -p $startdir/pkg/usr/share/texmf-dist/tex/latex/fitch
- cp $startdir/fitch.sty $startdir/pkg/usr/share/texmf-dist/tex/latex/fitch
+ install -Dm644 "${srcdir}/fitch.sty" "${pkgdir}/usr/share/texmf-dist/tex/latex/fitch"
}