mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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')
|
depends=('python2')
|
||||||
checkdepends=('curl') # curl used for check()
|
checkdepends=('curl') # curl used for check()
|
||||||
optdepends=('openssl: TLS support')
|
optdepends=('openssl: TLS support')
|
||||||
|
provides=("nodejs=${pkgver}")
|
||||||
|
conflicts=('nodejs')
|
||||||
options=('!emptydirs !strip')
|
options=('!emptydirs !strip')
|
||||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
||||||
sha256sums=('d873216685774b96139af534ce015077d2c93ddfc4e3596e128853f3c08a5413')
|
sha256sums=('d873216685774b96139af534ce015077d2c93ddfc4e3596e128853f3c08a5413')
|
||||||
|
|
Loading…
Reference in a new issue