summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-11-17 00:14:39 +0100
committerXZS2016-11-17 00:14:39 +0100
commitcfad4ad10f88db34051dfb817fc218e6cf8c0e7a (patch)
treec38197ac28f846ce6e1fc4ea51b2f701b45ad27f /PKGBUILD
parentd67ffd1d6fee874c34f7ee4b5f2a2dd28d1dd3d5 (diff)
downloadaur-mozilla-extension-stylish.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 b0bfa7de39cb..4a712c9af37c 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')"