extra/dump_syms to 2.3.1-2

This commit is contained in:
Kevin Mihelich 2024-04-01 23:48:24 +00:00
parent b5b2340ffe
commit bfe20bdf10
2 changed files with 4 additions and 10 deletions
extra/dump_syms

View file

@ -1,7 +1,7 @@
pkgbase = dump_syms
pkgdesc = Symbol dumper for Firefox
pkgver = 2.3.1
pkgrel = 1
pkgrel = 2
url = https://github.com/mozilla/dump_syms
arch = x86_64
license = Apache-2.0 OR MIT
@ -10,7 +10,7 @@ pkgbase = dump_syms
depends = gcc-libs
depends = glibc
options = !lto
source = git+https://github.com/mozilla/dump_syms#commit=8100c54d307bce2fb73484bbe46a04386ceca105
source = git+https://github.com/mozilla/dump_syms#tag=v2.3.1
b2sums = a018041c9de88ef0d34e07ecc4c7a88756cf9a9fa60b6758bd1b50a9acde4201ed416def26edaf8a5bcafd046e3acf549ae3d2266129c02a7eaee76389908dfd
pkgname = dump_syms

View file

@ -6,7 +6,7 @@
pkgname=dump_syms
pkgver=2.3.1
pkgrel=1
pkgrel=2
pkgdesc="Symbol dumper for Firefox"
url="https://github.com/mozilla/dump_syms"
arch=(x86_64)
@ -20,8 +20,7 @@ makedepends=(
git
)
options=(!lto)
_commit=8100c54d307bce2fb73484bbe46a04386ceca105 # tags/v2.3.1^0
source=("git+$url#commit=$_commit")
source=("git+$url#tag=v$pkgver")
b2sums=('a018041c9de88ef0d34e07ecc4c7a88756cf9a9fa60b6758bd1b50a9acde4201ed416def26edaf8a5bcafd046e3acf549ae3d2266129c02a7eaee76389908dfd')
# Use LTO
@ -35,11 +34,6 @@ case "$CARCH" in
aarch64) target=aarch64-unknown-linux-gnu ;;
esac
pkgver() {
cd $pkgname
git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
cd $pkgname
cargo fetch --locked --target $target