summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierpaolo Valerio2018-06-05 16:34:57 +0200
committerPierpaolo Valerio2018-06-05 16:34:57 +0200
commit7ffa64bba754438741055271c7f3f9b5f955d3b2 (patch)
tree5d34f94ff02cf98f0f89bd2f5d0e4089977ca8a7 /PKGBUILD
parent8c1b395517540c320e12156e6a8842ba56063bd8 (diff)
downloadaur-cirkuit-kf5-git.tar.gz
Fixed the path to Circuit Macros manual
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5136bab835bf..9914481f059d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierpaolo Valerio <gondsman@techgeek.co.in>
pkgname=cirkuit-kf5-git
pkgver=r408.cdc3e89
-pkgrel=1
+pkgrel=2
pkgdesc="KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros) to produce publication-ready pictures"
arch=('i686' 'x86_64')
url="git://anongit.kde.org/cirkuit.git"
@@ -23,7 +23,9 @@ pkgver() {
prepare() {
cd "$_gitname"/src/
+ sed -i 's/CMman.pdf/Circuit_macros.pdf/g' backends/circuitmacros/circuitmacrosbackend.cpp
sed -i 's/loadFile(filename)/loadFile(KUrl(filename))/g' mainwindow.cpp
+
}
build() {