summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Wellnitz2019-02-02 07:17:28 +0900
committerPhilip Wellnitz2019-02-02 07:17:28 +0900
commit20f4f48f60b0428630cf0326bf12ef7e2882ec43 (patch)
tree8e438a7265b78589aa82bb21b034efa6cc3bf6cb
parent5b344478559e3f9f2cb31e356d54013814b4f29b (diff)
downloadaur-20f4f48f60b0428630cf0326bf12ef7e2882ec43.tar.gz
update PKGBUILD
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bd0171cd674..0e26e20acdfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,6 @@ depends=(
# 'libcgroup'
'iso-codes'
'shared-mime-info'
- 'python2-pathlib'
'asymptote'
'texlive-core'
'texlive-fontsextra'
@@ -59,9 +58,10 @@ install=$pkgname.install
source=(
'git://github.com/ioi-germany/cms.git#branch=master'
'git://github.com/ioi-germany/isolate.git'
+ 'pgf.patch'
)
sha256sums=(
- 'SKIP' 'SKIP'
+ 'SKIP' 'SKIP' 'SKIP'
)
pkgver() {
@@ -91,6 +91,8 @@ package() {
chmod o-x $pkgdir/usr/bin/isolate
cd ../cms
+
+ patch cmscontrib/gerpythonformat/templates/lg/graphdrawing.tex ../pgf.patch
# Logs and cache directories
install -d -m770 $pkgdir/var/log/cms