summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-11-17 00:16:49 +0100
committerXZS2016-11-17 00:16:49 +0100
commit4e9222de20b066a7f4fa4acc2e185b947f54a1a9 (patch)
tree43e98a7839415cd74188d9c04566e6007681ed88
parent77caee32d381d0c3c832985f6dbb11c2580bcf3d (diff)
downloadaur-4e9222de20b066a7f4fa4acc2e185b947f54a1a9.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 14cbc1f73e0f..b27d72a7fdee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,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'")" ] ||
@@ -76,7 +75,6 @@ version() {
echo "=$version"
fi
}
-
prepare_target() {
local target=${pkgname%%-*}
id="$(sparql '<urn:mozilla:install-manifest> em:id ?x')"