summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdu4rdSHL2021-04-04 23:42:43 -0500
committerEdu4rdSHL2021-04-04 23:42:43 -0500
commit04b03ac7e4dce7fa863406ae11d6227557e38d65 (patch)
tree44bf9f979f492ba1bd213332bc1e432e6101239c
parent43c427361f590ae24d55519ae0c0eecfe25ecfe2 (diff)
downloadaur-04b03ac7e4dce7fa863406ae11d6227557e38d65.tar.gz
Add marked0.8 explicity to dependencies as some AUR helpers got confused and try to install marked0.8 and marked at the same time.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1607907ac7cd..daaa8d500e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=npm6
_pkgname=npm
pkgver=6.14.11
-pkgrel=1
+pkgrel=2
pkgdesc='A package manager for javascript.'
arch=('any')
url='https://www.npmjs.com/'
@@ -17,7 +17,7 @@ depends=('nodejs' 'node-gyp' 'semver')
# libgl: TODO
# libvips: for sharp (doc build) (disabled as current version of gatsby imports a broken sharp)
# libxi: for cwebp (doc build)
-makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
+makedepends=('libgl' 'libxi' 'marked0.8' 'marked-man' 'procps-ng' 'python')
conflicts=('npm')
provides=('npm=6.14.11')
options=('!emptydirs')