summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-11-17 00:11:11 +0100
committerXZS2016-11-17 00:11:11 +0100
commit4a6b80b6313994a08e967ad59fe49b379f7e3ed4 (patch)
tree2331c35c3d4a306be8616b394bd73708754231fd
parent44d751bc894a8a8c6e061e995abb56db14e8f6e8 (diff)
downloadaur-4a6b80b6313994a08e967ad59fe49b379f7e3ed4.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 7ab42bf9dbbd..93e9e96c1d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,7 +75,6 @@ for target in "${optdepends[@]}"; do
done
optdepends=()
-
version-range() {
if [ -z "$(sparql "?x em:type ?type. filter(?type in ('2', '64'))")" ] ||
[ -n "$(sparql "?x em:strictCompatibility 'true'")" ] ||
@@ -109,7 +108,6 @@ version() {
echo "=$version"
fi
}
-
prepare_target() {
local target=${pkgname%%-*}
id="$(sparql '<urn:mozilla:install-manifest> em:id ?x')"