summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6165b26a3112..0b0a90d1e0e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cirkuit-kf5-git
pkgdesc = KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros) to produce publication-ready pictures
- pkgver = r407.c75e966
+ pkgver = r408.cdc3e89
pkgrel = 1
url = git://anongit.kde.org/cirkuit.git
arch = i686
@@ -8,7 +8,6 @@ pkgbase = cirkuit-kf5-git
license = GPL
makedepends = git
makedepends = texlive-core
- makedepends = automoc4
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = kdesignerplugin
@@ -24,7 +23,8 @@ pkgbase = cirkuit-kf5-git
depends = kdoctools
optdepends = dpic: improved circuit macros support
optdepends = gnuplot: Gnuplot backend
- provides = cirkuit
+ provides = cirkuit=r408.cdc3e89
+ provides = cirkuit-kf5=r408.cdc3e89
conflicts = cirkuit
options = !makeflags
source = git://anongit.kde.org/cirkuit.git#branch=frameworks
diff --git a/PKGBUILD b/PKGBUILD
index e1c730268347..5136bab835bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pierpaolo Valerio <gondsman@techgeek.co.in>
pkgname=cirkuit-kf5-git
-pkgver=r407.c75e966
+pkgver=r408.cdc3e89
pkgrel=1
pkgdesc="KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros) to produce publication-ready pictures"
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="git://anongit.kde.org/cirkuit.git"
license=('GPL')
depends=('poppler-qt5' 'm4' 'ghostscript' 'texlive-pstricks' 'netpbm' 'knewstuff' 'ktexteditor' 'kdelibs4support' 'hicolor-icon-theme' 'kdoctools')
optdepends=('dpic: improved circuit macros support' 'gnuplot: Gnuplot backend')
-makedepends=('git' 'texlive-core' 'automoc4' 'cmake' 'extra-cmake-modules' 'kdesignerplugin')
-provides=('cirkuit')
+makedepends=('git' 'texlive-core' 'cmake' 'extra-cmake-modules' 'kdesignerplugin')
+provides=("cirkuit=${pkgver}" "cirkuit-kf5=${pkgver}")
conflicts=('cirkuit')
source=("git://anongit.kde.org/cirkuit.git#branch=frameworks")
md5sums=('SKIP')