summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-11-17 00:16:12 +0100
committerXZS2016-11-17 00:16:12 +0100
commita507b4cbc20deb83872f8c5acdf05756eb50e2c2 (patch)
tree2f9003428fc31671969f4c4077b7ad64b7b27098
parente8b7e2e62acce5ef3ea4945e19383215362ea85d (diff)
downloadaur-a507b4cbc20deb83872f8c5acdf05756eb50e2c2.tar.gz
restructure paragraphs
To improve readability, related functionality should be kept together, while different section are separated by multiple newlines.
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1afed14d5813..d8cd1344cbd4 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')"