summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-11-17 00:00:42 +0100
committerXZS2016-11-17 00:00:42 +0100
commitabe32c048cfa980638f4879dbee71ee31c39871e (patch)
treea7035708641f1fcccfe6e356c69c9e806674d7b2 /PKGBUILD
parent62ed849acd741cce64188fe5a8126d998896b2e6 (diff)
downloadaur-abe32c048cfa980638f4879dbee71ee31c39871e.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 33cfb315f181..6d8239539f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,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'")" ] ||
@@ -97,7 +96,6 @@ version() {
echo "=$version"
fi
}
-
prepare_target() {
local target=${pkgname%%-*}
id="$(sparql '<urn:mozilla:install-manifest> em:id ?x')"