summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mielniczuk2016-04-04 17:03:51 +0200
committerMarcin Mielniczuk2016-04-04 17:03:51 +0200
commitcde32fea18a372a55a5526982c24eb2bbe1ae8ae (patch)
treeef9747fb9e5f2fa5cc6c16340cca0a12d1b2f685
parentef510fe0621b9ee4fe5a4652a8a6cf4a1fd99fe5 (diff)
downloadaur-cde32fea18a372a55a5526982c24eb2bbe1ae8ae.tar.gz
Fixed the installation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99a908cf41cb..bfe63ad2f3fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cbvike
pkgdesc = VIM plugin for Code::Blocks
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://forums.codeblocks.org/index.php?topic=19281.0
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 14bc39553ad7..cc3876b22d6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marcin Mielniczuk <marmistrz@inboxalias.com>
pkgname=cbvike
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="VIM plugin for Code::Blocks "
arch=("x86_64" "i686")
url="http://forums.codeblocks.org/index.php?topic=19281.0"
@@ -20,6 +20,6 @@ build() {
package() {
cd "$srcdir/cbvike/build"
- install -Dm664 libcbVike.so "$pkgdir/usr/lib/codeblocks/plugins"
+ install -Dm664 libcbVike.so "$pkgdir/usr/lib/codeblocks/plugins/libcbVike.so"
}