mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/dump_syms to 2.1.0-1
This commit is contained in:
parent
daef34511a
commit
472b9957ea
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - set ARM targets for cargo fetch
|
||||
|
||||
pkgname=dump_syms
|
||||
pkgver=2.0.0
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Symbol dumper for Firefox"
|
||||
url="https://github.com/mozilla/dump_syms"
|
||||
|
@ -14,7 +14,7 @@ license=(APACHE MIT)
|
|||
depends=(gcc-libs openssl bzip2)
|
||||
makedepends=(cargo git)
|
||||
options=(debug !lto)
|
||||
_commit=8119eb37c1518985373bc55fdb058ab313a69f18 # tags/v2.0.0^0
|
||||
_commit=d9a62819fa9670bd2436c52fc26180318a67f237 # tags/v2.1.0^0
|
||||
source=("git+$url#commit=$_commit")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
|
@ -54,3 +54,5 @@ package() {
|
|||
install -Dt "$pkgdir/usr/bin" target/release/dump_syms
|
||||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE*
|
||||
}
|
||||
|
||||
# vim:set sw=2 sts=-1 et:
|
||||
|
|
Loading…
Reference in a new issue