Skip to content
Snippets Groups Projects
Commit a006b998 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

2.1.0-1

parent 2f763fc5
No related branches found
Tags 2.1.0-1
No related merge requests found
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
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"
......@@ -10,7 +10,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')
......@@ -45,3 +45,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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment