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 df5460a2fcd0..cfeb4e99ee2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = abseil-cpp-git
pkgdesc = Collection of C++ library code designed to augment the C++ standard library
pkgver = r1653.7152f9bc
- pkgrel = 2
+ pkgrel = 3
url = https://abseil.io
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b004d21d792c..cd0ffde6d394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=abseil-cpp-git
pkgver=r1653.7152f9bc
-pkgrel=2
+pkgrel=3
pkgdesc="Collection of C++ library code designed to augment the C++ standard library"
arch=(x86_64 i686 armv7h aarch64)
url="https://abseil.io"
@@ -50,5 +50,5 @@ check() {
}
package() {
- cmake --build build -- DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" cmake --install build
}