summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fa5a7d0ad42..98c0ef21bc53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = code-eli-git
pkgdesc = Collection of C++ libraries that provide a variety of functionalities.
pkgver = r821.f9ff74f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ramcdona/Code-Eli
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 38f1b44801af..0b9da1d06cb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=code-eli-git
pkgver=r821.f9ff74f
-pkgrel=1
+pkgrel=2
pkgdesc='Collection of C++ libraries that provide a variety of functionalities.'
arch=('i686' 'x86_64')
url='https://github.com/ramcdona/Code-Eli'
@@ -35,7 +35,7 @@ build() {
-DCMAKE_INSTALL_PREFIX='/usr'
msg "Building the project"
- make -j4
+ make
}