index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/netsurf/PKGBUILD | 4 |
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') |