summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf2657628d70..26400eaa133d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,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'")" ] ||
@@ -106,7 +105,6 @@ version() {
echo "=$version"
fi
}
-
prepare_target() {
local target=${pkgname%%-*}
id="$(sparql '<urn:mozilla:install-manifest> em:id ?x')"