summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Saparelli2017-02-22 23:15:40 +1300
committerFélix Saparelli2017-02-22 23:15:40 +1300
commit00ea6c7ea12dba79fcbf55c3f8952dfe2d99a28d (patch)
tree3df64896444acc28806ac0d0caad162f91d29db2
parent92e68d3ecd41d8661fbf17421452f22c6008c1d7 (diff)
downloadaur-00ea6c7ea12dba79fcbf55c3f8952dfe2d99a28d.tar.gz
Remove optional packaging steps (gpg, profile reset)
-rw-r--r--PKGBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c3063fc945c..716db2616815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,21 +48,6 @@ pkgver() {
}
package() {
- # Use VERIFY_GPG=1 to enable GnuPG signature verification.
- # You'll need Firefox's GnuPG release key.
- # Their current fingerprint is
- # 2B90 598A 745E 992F 315E 22C5 8AB1 3296 3A06 537A
- # shortid 0x15A0A4BC
- if [[ $VERIFY_GPG -eq 1 ]]; then
- msg "Verifying GnuPG signature..."
- _sums="${_file}.checksums"
- curl -OR "${_srcurl}/${_sums}"
- curl -OR "${_srcurl}/${_sums}.asc"
- gpg --verify "${sums}.asc"
- fi
-
- # uncomment this line to remove these
- # rm -rf firefox/{extensions,plugins,searchplugins}
install -d "${pkgdir}"/{usr/{bin,share/{applications,pixmaps}},opt}
cp -r firefox "${pkgdir}/opt/firefox-nightly"