summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkistlin2022-08-02 08:05:15 +0200
committerkistlin2022-08-02 08:05:15 +0200
commit4ccfdddb21121f71563f5d34e54372ffdba6fd60 (patch)
tree39fb3268daa2bd995bd953d3af31d3fac5d172aa /PKGBUILD
parentbad8375d775adb6a5bcf6c24c894df402d781a97 (diff)
downloadaur-4ccfdddb21121f71563f5d34e54372ffdba6fd60.tar.gz
trigger rebuild because of update of foonathan_memory-shared to 0.7.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31ac741cdd47..97935768f5b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dennis van der Schagt <dennisschagt@gmail.com>
pkgname=eprosima-fast-dds
pkgver=2.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="eProsima's Fast-DDS implementation"
arch=('x86_64')
url="https://github.com/eProsima/Fast-DDS"
@@ -27,7 +27,7 @@ build() {
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
.
- make -C build
+ make -C build -j8
}
package() {