summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-28 08:10:39 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-28 08:10:39 +0100
commit5bd28cbb42565aa7b57dbde518c7025a36192cca (patch)
tree06d53e1e478fcba473f0f774266d79686d641493 /community
parentf96f84eec679e7247cf2f1bf67aca37efd7ef49d (diff)
downloadpackages-5bd28cbb42565aa7b57dbde518c7025a36192cca.tar.xz
community/netsurf: patching in depends, not in makedepends
Diffstat (limited to 'community')
-rw-r--r--community/netsurf/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD
index 42bc8c6c..4fea59a6 100644
--- a/community/netsurf/PKGBUILD
+++ b/community/netsurf/PKGBUILD
@@ -1,3 +1,3 @@
# precise build numbers break with Archlinux32's way of numbering the builds
-makedepends=(${makedepends[@]//libnsutils=0.0.5-4/})
-makedepends+=('libnsutils=0.0.5')
+depends=(${depends[@]//libnsutils=0.0.5-4/})
+depends+=('libnsutils=0.0.5')