diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-28 08:10:39 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-28 08:10:39 +0100 |
commit | 5bd28cbb42565aa7b57dbde518c7025a36192cca (patch) | |
tree | 06d53e1e478fcba473f0f774266d79686d641493 /community/netsurf/PKGBUILD | |
parent | f96f84eec679e7247cf2f1bf67aca37efd7ef49d (diff) | |
download | packages-5bd28cbb42565aa7b57dbde518c7025a36192cca.tar.xz |
community/netsurf: patching in depends, not in makedepends
Diffstat (limited to 'community/netsurf/PKGBUILD')
-rw-r--r-- | community/netsurf/PKGBUILD | 4 |
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') |