index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/netsurf/PKGBUILD | 3 |
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD new file mode 100644 index 00000000..42bc8c6c --- /dev/null +++ b/community/netsurf/PKGBUILD @@ -0,0 +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') |