summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2021-03-08 09:58:55 +0100
committerAleksandar Trifunovic2021-03-08 09:58:55 +0100
commit6bc9810959f994994e94972fe867392d5548c643 (patch)
tree2a8fb7de3f91a95636c008460d7275c7b096f7ae
parenta893719757eb9bc01395fe85cb24205c0c2e18b6 (diff)
downloadaur-6bc9810959f994994e94972fe867392d5548c643.tar.gz
use makeflags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 441da41d2bd9..ad0b048785be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = abseil-cpp
pkgdesc = Abseil Common Libraries (C++)
pkgver = 20200923.3
- pkgrel = 2
+ pkgrel = 3
url = https://abseil.io/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b37f2496aeba..3be43e28016a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=abseil-cpp
pkgver=20200923.3
-pkgrel=2
+pkgrel=3
pkgdesc="Abseil Common Libraries (C++)"
# check occasionally arch support status
# https://github.com/abseil/abseil-cpp/blob/master/absl/random/internal/platform.h#L54
@@ -30,8 +30,8 @@ prepare() {
}
build() {
- cd "$pkgname-$pkgver"
- cmake --build build
+ cd "$pkgname-$pkgver/build"
+ make
}
# time test failes