summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-11-17 00:15:38 +0100
committerXZS2016-11-17 00:15:38 +0100
commit3adf93b30b2eb89d1426f51d477923c288dc1929 (patch)
treef530ab1d0bd654bc5f3e1989657823f85a40cc74 /PKGBUILD
parent9ed9f4125b1b54c062af9ccfa7b6b370b732844f (diff)
downloadaur-firefox-theme-nasa-night-launch.tar.gz
restructure paragraphs
To improve readability, related functionality should be kept together, while different section are separated by multiple newlines.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 618f911d061d..7db0e59a4abf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,6 @@ query-version() {
xmllint .version --xpath \
"//application[appID='$2']/$1_version/text()"
}
-
version-range() {
if [ -z "$(sparql "?x em:type ?type. filter(?type in ('2', '64'))")" ] ||
[ -n "$(sparql "?x em:strictCompatibility 'true'")" ] ||
@@ -77,7 +76,6 @@ version() {
echo "=$version"
fi
}
-
prepare_target() {
local target=${pkgname%%-*}
id="$(sparql '<urn:mozilla:install-manifest> em:id ?x')"