diff options
author | Gonzalo Exequiel Pedone | 2025-03-27 15:17:03 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2025-03-27 15:17:03 -0300 |
commit | fe39b3245b394b948591f644927523f24b1bcc89 (patch) | |
tree | f0f43c9f39d71c03bf7a0b3cbf52f22b0a0f7f77 /PKGBUILD | |
parent | 18ced5aaef7a1fb3b10c64539b9180fe0e6f1ed1 (diff) | |
download | aur-android-x86-64-abseil-cpp.tar.gz |
Package updated to 20250127.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,17 +6,18 @@ _android_arch=x86-64 pkgname=android-${_android_arch}-abseil-cpp -pkgver=20240722.1 +pkgver=20250127.1 pkgrel=1 arch=('any') pkgdesc="Collection of C++ library code designed to augment the C++ standard library (Android ${_android_arch})" url='https://abseil.io' license=('Apache-2.0') +groups=('android-abseil-cpp') depends=('android-ndk') makedepends=('android-cmake') options=(!strip !buildflags staticlibs !emptydirs) source=("https://github.com/abseil/abseil-cpp/archive/${pkgver}/abseil-cpp-${pkgver}.tar.gz") -md5sums=('cef59f8c6c4d0a7e7fdfa302a9472232') +md5sums=('fe7e1d15e6a67b379e3a646f1ba9aae0') build() { cd "${srcdir}/abseil-cpp-${pkgver}" |