summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f84d725f9f3..589228cdba7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insomnia-designer-bin
pkgdesc = Collaborative API Design Tool for designing, testing and managing OpenAPI specifications
pkgver = 2020.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://insomnia.rest
arch = x86_64
license = MIT
@@ -10,7 +10,6 @@ pkgbase = insomnia-designer-bin
depends = libsecret
depends = libxss
depends = libxslt
- depends = nodejs
depends = nss
depends = xdg-utils
provides = insomnia-designer
diff --git a/PKGBUILD b/PKGBUILD
index ba07e0b6ccda..2a1de049101a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname='Insomnia-Designer'
pkgname="${_pkgname,,}-bin"
pkgver=2020.5.2
-pkgrel=1
+pkgrel=2
pkgdesc='Collaborative API Design Tool for designing, testing and managing OpenAPI specifications'
arch=('x86_64')
url='https://insomnia.rest'
_url_source='https://github.com/Kong/insomnia'
license=('MIT')
-depends=('libappindicator-gtk3' 'libnotify' 'libsecret' 'libxss' 'libxslt' 'nodejs' 'nss' 'xdg-utils')
+depends=('libappindicator-gtk3' 'libnotify' 'libsecret' 'libxss' 'libxslt' 'nss' 'xdg-utils')
provides=("${_pkgname,,}")
conflicts=("${_pkgname,,}")
source=("${_url_source}/releases/download/designer@${pkgver}/${_pkgname/-/.}-${pkgver}.deb"