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 1ee7a306cc5e..a0ac42ed19d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matplotplusplus-git
pkgdesc = Matplot++: A C++ Graphics Library for Data Visualization
pkgver = r437.2a8eada
- pkgrel = 1
+ pkgrel = 2
url = https://alandefreitas.github.io/matplotplusplus/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ab0697c95a50..0433e49383af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=matplotplusplus-git
pkgver=r437.2a8eada
-pkgrel=1
+pkgrel=2
pkgdesc="Matplot++: A C++ Graphics Library for Data Visualization"
url="https://alandefreitas.github.io/matplotplusplus/"
arch=(x86_64)
@@ -20,7 +20,7 @@ build() {
mkdir -p "$srcdir/${pkgname}/build"
cd "$srcdir/${pkgname}/build"
cmake -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
- -DMATPLOTPP_BUILD_SHARED_LIBS=ON \
+ -DBUILD_SHARED_LIBS=ON \
-DMATPLOTPP_BUILD_EXAMPLES=OFF \
-DMATPLOTPP_BUILD_TESTS=OFF \
..