summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {