Date: Tuesday, February 14, 2023 @ 22:11:13 Author: heftig Revision: 469015
2.2.0-1 Modified: dump_syms/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-14 21:02:21 UTC (rev 469014) +++ PKGBUILD 2023-02-14 22:11:13 UTC (rev 469015) @@ -1,16 +1,26 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> 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) +license=( + APACHE + MIT +) +depends=( + bzip2 + gcc-libs + openssl +) +makedepends=( + cargo + git +) options=(!lto) -_commit=9680eedbdbc830dbb34fef7823109b4ba11711cf # tags/v2.1.1^0 +_commit=7cb5f5243f87c562a44259ecb79675ea07842a8f # tags/v2.2.0^0 source=("git+$url#commit=$_commit") sha512sums=('SKIP')
