summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-02-17 13:05:28 +0100
committerJoan Figueras2021-02-17 13:05:28 +0100
commit499c65d4420641f57a691447333162ac3ae90c9c (patch)
tree837f6e78b7ffe45c0dd5c7742034bfbd68aca205
parent99cad937c33278c12421fb8bcb4c7e35293c1fde (diff)
downloadaur-499c65d4420641f57a691447333162ac3ae90c9c.tar.gz
Fixed optional patch for gpg - verify_sources
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8eaa73cff651..4d04148ebe98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,7 @@ prepare() {
cd gnuzilla-${_commit}
# Uncomment if you have issues with gpg download... WITH PROXY gpg doesn't work!!!!!!
- #sed -e 's/^gpg2 --keyserver.*//g' -i makeicecat
+ #sed -e 's/^verify_sources$//g' -i makeicecat
mkdir output || rm -rf output/* # Clean output just in case is already an old build there
if [ -f "${startdir}/firefox-${pkgver}esr.source.tar.xz" ] && [ -f "${startdir}/firefox-${pkgver}esr.source.tar.xz.asc" ]; then cp -f "${startdir}"/firefox-${pkgver}esr.source.tar.xz{,.asc} output/ ; fi