summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierpaolo Valerio2018-06-05 16:34:57 +0200
committerPierpaolo Valerio2018-06-05 16:34:57 +0200
commit7ffa64bba754438741055271c7f3f9b5f955d3b2 (patch)
tree5d34f94ff02cf98f0f89bd2f5d0e4089977ca8a7
parent8c1b395517540c320e12156e6a8842ba56063bd8 (diff)
downloadaur-7ffa64bba754438741055271c7f3f9b5f955d3b2.tar.gz
Fixed the path to Circuit Macros manual
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b0a90d1e0e8..52db7f9b890c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cirkuit-kf5-git
pkgdesc = KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros) to produce publication-ready pictures
pkgver = r408.cdc3e89
- pkgrel = 1
+ pkgrel = 2
url = git://anongit.kde.org/cirkuit.git
arch = i686
arch = x86_64
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() {