summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2017-09-20 11:23:16 +0200
committerKokaKiwi2017-09-20 11:23:16 +0200
commitcee275e3f23a43c81062a04e264bf4c2bbbad6b4 (patch)
tree300b8bf1391ad68f7b15ca313dec68c47718ebaa
parentff93a1a01143fa144dffdeeb05c586e6341d2e8d (diff)
downloadaur-cee275e3f23a43c81062a04e264bf4c2bbbad6b4.tar.gz
This package doesn't just conflicts with nodejs, it replaces it
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6f73355a672..99e040fa58b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url='https://github.com/ayojs/ayo'
license=('MIT')
depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares')
-conflicts=('nodejs')
+replaces=('nodejs')
makedepends=('python2' 'procps-ng')
source=("ayo::git://github.com/ayojs/ayo")
sha512sums=('SKIP')