summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-11-17 00:14:26 +0100
committerXZS2016-11-17 00:14:26 +0100
commit445d042e5606caa2fb52ef0cf38b4a0405cef918 (patch)
treef444963ff13c6a414d950c0ecd038978c53f870d
parent2d9d993e40f7c60d02ea877253c567968ec6080b (diff)
downloadaur-445d042e5606caa2fb52ef0cf38b4a0405cef918.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 36af7cd33de5..76c282c84859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,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'")" ] ||
@@ -75,7 +74,6 @@ version() {
echo "=$version"
fi
}
-
prepare_target() {
local target=${pkgname%%-*}
id="$(sparql '<urn:mozilla:install-manifest> em:id ?x')"