mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/nodejs-0.8: provides/conflicts
This commit is contained in:
parent
32e556594f
commit
a807945433
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ makedepends=('python2')
|
|||
depends=('python2')
|
||||
checkdepends=('curl') # curl used for check()
|
||||
optdepends=('openssl: TLS support')
|
||||
provides=("nodejs=${pkgver}")
|
||||
conflicts=('nodejs')
|
||||
options=('!emptydirs !strip')
|
||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
||||
sha256sums=('d873216685774b96139af534ce015077d2c93ddfc4e3596e128853f3c08a5413')
|
||||
|
|
Loading…
Reference in a new issue