summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mielniczuk2016-09-14 15:01:24 +0200
committerMarcin Mielniczuk2016-09-14 15:01:24 +0200
commit217befe011099c044046928e4ca30e4df7eadb97 (patch)
tree2a3bf2ce44deac6ffbf6a0e08d7fe921365c843e
parent3dc1471f3ecdc91628e24447b8b9074d484ebaf6 (diff)
downloadaur-cbvike.tar.gz
Fix the makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df87a028efce..0d26fd5829ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = cbvike
url = http://forums.codeblocks.org/index.php?topic=19281.0
arch = x86_64
arch = i686
+ makedepends = cmake
+ makedepends = codeblocks
depends = codeblocks
source = git://github.com/marmistrz/cbvike.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 477d0d14ad2d..5b6efc8f56f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgrel=5
pkgdesc="VIM plugin for Code::Blocks "
arch=("x86_64" "i686")
url="http://forums.codeblocks.org/index.php?topic=19281.0"
+makedepends=("cmake" "codeblocks")
depends=("codeblocks")
# using ulrichard's CMakeLists.txt - it's the only change he made
source=("git://github.com/marmistrz/$pkgname.git")
@@ -22,7 +23,5 @@ package() {
cd "$srcdir/cbvike/build"
install -Dm755 libcbVike.so "$pkgdir/usr/lib/codeblocks/plugins/libcbVike.so"
install -Dm664 cbVike.zip "$pkgdir/usr/share/codeblocks/cbVike.zip"
-
-
}