summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2021-03-21 21:10:38 -0600
committerJavier Tiá2021-03-21 21:10:38 -0600
commit087fe91bf08b2d70d82db6c3418402cb20c551aa (patch)
tree674d0453a6a486ca62ab1b79214a3dd01d1abb74
parent20efd49f238330758382fa0acce977fedaee71db (diff)
downloadaur-087fe91bf08b2d70d82db6c3418402cb20c551aa.tar.gz
Bump up reproc 14.2.2-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf1148e79d1..b6426f1f5406 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 = 14.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/DaanDeMeyer/reproc
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b270e5d9e93b..7203f37a9abc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=reproc
pkgver=14.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform library that simplifies working with external CLI applications from C and C++'
arch=('x86_64')
url='https://github.com/DaanDeMeyer/reproc'
@@ -20,7 +20,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=ON \
- -DREPROCXX=ON \
+ -DREPROC++=ON \
-DREPROC_TEST=ON \
../
cmake --build build