From 5bd28cbb42565aa7b57dbde518c7025a36192cca Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 28 Nov 2019 08:10:39 +0100 Subject: community/netsurf: patching in depends, not in makedepends --- community/netsurf/PKGBUILD | 4 ++-- 1 file 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') -- cgit v1.2.3