mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/dump_syms to 2.2.0-1
This commit is contained in:
parent
9ddf835139
commit
545d00b8ea
1 changed files with 12 additions and 6 deletions
|
@ -5,16 +5,22 @@
|
|||
# - set ARM targets for cargo fetch
|
||||
|
||||
pkgname=dump_syms
|
||||
pkgver=2.1.1
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Symbol dumper for Firefox"
|
||||
url="https://github.com/mozilla/dump_syms"
|
||||
arch=(x86_64)
|
||||
license=(APACHE MIT)
|
||||
depends=(gcc-libs openssl bzip2)
|
||||
makedepends=(cargo git)
|
||||
options=(debug !lto)
|
||||
_commit=9680eedbdbc830dbb34fef7823109b4ba11711cf # tags/v2.1.1^0
|
||||
license=(
|
||||
APACHE
|
||||
MIT
|
||||
)
|
||||
depends=(gcc-libs)
|
||||
makedepends=(
|
||||
cargo
|
||||
git
|
||||
)
|
||||
options=(!lto)
|
||||
_commit=7cb5f5243f87c562a44259ecb79675ea07842a8f # tags/v2.2.0^0
|
||||
source=("git+$url#commit=$_commit")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue