summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-12-03 15:25:54 -0600
committerJavier Tiá2018-12-03 15:25:54 -0600
commit9cb30120704da3ddb7ca4e77795cc5d1d5d8b7c8 (patch)
treea2d72a166e7b534a81ccbb591d27e8dca5e16f67
parentfef1ef3831e73c9fafa1e397ac32c6326092b190 (diff)
downloadaur-9cb30120704da3ddb7ca4e77795cc5d1d5d8b7c8.tar.gz
Bump up reproc 3.0-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1334f0bccf25..5589e4779c3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = reproc
pkgdesc = Cross-platform library that simplifies working with external CLI applications from C and C++
pkgver = 3.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/DaanDeMeyer/reproc
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 776a030db970..ef18f01272a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=reproc
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Cross-platform library that simplifies working with external CLI applications from C and C++'
arch=('x86_64')
_url='https://github.com/DaanDeMeyer'
@@ -24,7 +24,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=ON \
- -REPROC++=ON \
+ -DREPROC++=ON \
-DREPROC_TESTS=ON \
-DREPROC_EXAMPLES=ON \
../