mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/dump_syms to 2.3.4-1
This commit is contained in:
parent
e0038afbf4
commit
bff2a97095
3 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = dump_syms
|
pkgbase = dump_syms
|
||||||
pkgdesc = Symbol dumper for Firefox
|
pkgdesc = Symbol dumper for Firefox
|
||||||
pkgver = 2.3.3
|
pkgver = 2.3.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/mozilla/dump_syms
|
url = https://github.com/mozilla/dump_syms
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -10,7 +10,7 @@ pkgbase = dump_syms
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
depends = glibc
|
depends = glibc
|
||||||
options = !lto
|
options = !lto
|
||||||
source = git+https://github.com/mozilla/dump_syms#tag=v2.3.3
|
source = git+https://github.com/mozilla/dump_syms#tag=v2.3.4
|
||||||
b2sums = eb6a3ece0f686d5995237737b0e5895de33590e063124c4f26d839feba66b6d62dfb8781f85f710997762ce6f4a8ab0cdb005a889fa7c39b4e899546cc50c734
|
b2sums = 3dfcbb3ca017cca4d4ce2b2f3be7dd1bdcebd56ba618b3766fa8ccee0999ecaaaabbcdda9c1679386a2af1e6e2aaa00d996d3392ad59ea42f19394793ef15b2f
|
||||||
|
|
||||||
pkgname = dump_syms
|
pkgname = dump_syms
|
||||||
|
|
5
extra/dump_syms/.nvchecker.toml
Normal file
5
extra/dump_syms/.nvchecker.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[dump_syms]
|
||||||
|
source = "github"
|
||||||
|
github = "mozilla/dump_syms"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
|
@ -5,7 +5,7 @@
|
||||||
# - set ARM targets for cargo fetch
|
# - set ARM targets for cargo fetch
|
||||||
|
|
||||||
pkgname=dump_syms
|
pkgname=dump_syms
|
||||||
pkgver=2.3.3
|
pkgver=2.3.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Symbol dumper for Firefox"
|
pkgdesc="Symbol dumper for Firefox"
|
||||||
url="https://github.com/mozilla/dump_syms"
|
url="https://github.com/mozilla/dump_syms"
|
||||||
|
@ -21,7 +21,7 @@ makedepends=(
|
||||||
)
|
)
|
||||||
options=(!lto)
|
options=(!lto)
|
||||||
source=("git+$url#tag=v$pkgver")
|
source=("git+$url#tag=v$pkgver")
|
||||||
b2sums=('eb6a3ece0f686d5995237737b0e5895de33590e063124c4f26d839feba66b6d62dfb8781f85f710997762ce6f4a8ab0cdb005a889fa7c39b4e899546cc50c734')
|
b2sums=('3dfcbb3ca017cca4d4ce2b2f3be7dd1bdcebd56ba618b3766fa8ccee0999ecaaaabbcdda9c1679386a2af1e6e2aaa00d996d3392ad59ea42f19394793ef15b2f')
|
||||||
|
|
||||||
# Use LTO
|
# Use LTO
|
||||||
#export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
#export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
||||||
|
|
Loading…
Reference in a new issue