Package Details: android-x86-64-protobuf 25.3-1

Git Clone URL: https://aur.archlinux.org/android-x86-64-protobuf.git (read-only, click to copy)
Package Base: android-x86-64-protobuf
Description: Protocol Buffers - Google's data interchange format (Android x86-64)
Upstream URL: https://developers.google.com/protocol-buffers/
Licenses: BSD
Submitter: hipersayan_x
Maintainer: hipersayan_x
Last Packager: hipersayan_x
Votes: 0
Popularity: 0.000000
First Submitted: 2024-05-03 15:15 (UTC)
Last Updated: 2024-05-03 15:15 (UTC)

Latest Comments

Ling commented on 2024-06-03 04:12 (UTC)

Fix patch file hash error

diff --git a/.SRCINFO b/.SRCINFO
index f813f68..c654f00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,3 +18,23 @@ pkgbase = android-x86-64-protobuf
    sha512sums = f42d9bd702abe2c7fc4dcb07d050376287ac60b0b7e2fde0d7a9e9df24a620866bee5fd7de2e3b216095376de47e1fe7443cca74c9a9e85c1a0bc42e8973a280

 pkgname = android-x86-64-protobuf
+pkgbase = android-x86-64-protobuf
+   pkgdesc = Protocol Buffers - Google's data interchange format (Android x86-64)
+   pkgver = 25.3
+   pkgrel = 1
+   url = https://developers.google.com/protocol-buffers/
+   arch = any
+   license = BSD
+   makedepends = android-cmake
+   depends = android-x86-64-zlib
+   depends = android-x86-64-abseil-cpp
+   options = !strip
+   options = !buildflags
+   options = staticlibs
+   options = !emptydirs
+   source = https://github.com/protocolbuffers/protobuf/archive/v25.3/protobuf-25.3.tar.gz
+   source = https://github.com/protocolbuffers/protobuf/commit/2e62ef1e.patch
+   sha512sums = 1f73e237c919082e5423ae9e2ea8813dccf672c059051d1531fe89ffaa45872d3cf3052b8c3af26f674296ec17d7dc861c67b8f0834ed80261ce4a6a14ed7115
+   sha512sums = 18bc71031bbcbc3810a9985fa670465040f06a6c104ab8079b56bdfc499bb6cec40805a0cefd455031142490a576dc60aa8000523877ac0353b93558e9beabbd
+
+pkgname = android-x86-64-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 3267fec..e71d6fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
 # Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
+# Contributor: Ling <admin@lsxapi.com>
 # Contributor: Lukas Fleischer <lfleischer@archlinux.org>
 # Contributor: David Runge <dvzrv@archlinux.org>
 # Contributor: Aleksey Filippov <sarum9in@gmail.com>
@@ -24,7 +25,7 @@ options=(!strip !buildflags staticlibs !emptydirs)
 source=("https://github.com/protocolbuffers/protobuf/archive/v$pkgver/protobuf-$pkgver.tar.gz"
         "https://github.com/protocolbuffers/protobuf/commit/2e62ef1e.patch")
 sha512sums=('1f73e237c919082e5423ae9e2ea8813dccf672c059051d1531fe89ffaa45872d3cf3052b8c3af26f674296ec17d7dc861c67b8f0834ed80261ce4a6a14ed7115'
-            'f42d9bd702abe2c7fc4dcb07d050376287ac60b0b7e2fde0d7a9e9df24a620866bee5fd7de2e3b216095376de47e1fe7443cca74c9a9e85c1a0bc42e8973a280')
+            '18bc71031bbcbc3810a9985fa670465040f06a6c104ab8079b56bdfc499bb6cec40805a0cefd455031142490a576dc60aa8000523877ac0353b93558e9beabbd')

 prepare() {
     cd "${srcdir}/protobuf-${pkgver}"