summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAdrian Perez de Castro2024-03-17 23:59:38 +0200
committerAdrian Perez de Castro2024-03-18 00:00:04 +0200
commit9102eb45a0196fb9a7640a8f50e4f851ee10a5c9 (patch)
tree0686e1f1ee3b15db5d2ac60ae461d5a3526ee64c /.SRCINFO
parent94ceb09274fa75f2649398e1b5de319514080989 (diff)
downloadaur-bloaty-git.tar.gz
Fix the build, use system abseil-cpp package
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO9
1 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fb1ceeacac7..081906340466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bloaty-git
pkgdesc = A size profiler for binaries
- pkgver = 1.0.r62.g7cf6c58
+ pkgver = 1.1.r264.g22a83c0
pkgrel = 1
url = https://github.com/google/bloaty
arch = x86_64
@@ -8,12 +8,15 @@ pkgbase = bloaty-git
license = Apache
makedepends = git
makedepends = cmake
+ makedepends = ninja
depends = re2
depends = capstone
depends = protobuf
+ depends = abseil-cpp
conflicts = bloaty
source = bloaty-git::git+https://github.com/google/bloaty
- sha512sums = SKIP
+ source = bloaty-no-bundled-sources.patch
+ b2sums = SKIP
+ b2sums = 4093cf847b4c42e5a82b7e3e5e801cc81bb8f9d4a4e431ba35e6edb7079891096ab3675aac6ca5b409560d00a8755fdbfd9a53978280f71cb84aaa5ba009d46a
pkgname = bloaty-git
-