summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-03-08 16:06:10 +0330
committerAli Molaei2022-03-08 16:06:10 +0330
commit7098f6ff0a7d09c4b15b1979f63ae4651f49b2d6 (patch)
treea4f32ef06255d5208469916584e4b88c36632ff8
parentac895bb21cba3756b7e335179e90d6ff058915ee (diff)
downloadaur-7098f6ff0a7d09c4b15b1979f63ae4651f49b2d6.tar.gz
Add gtk3 to the dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 775ba68586cf..fc0451943f57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
pkgver = 2022.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://insomnia.rest
arch = x86_64
license = MIT
@@ -9,6 +9,7 @@ pkgbase = insomnia-bin
depends = libsecret
depends = libxss
depends = nss
+ depends = gtk3
optdepends = libappindicator-gtk3: StatusNotifierItem support
optdepends = xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)
provides = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 11df81bba351..b04facf4707b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
pkgver=2022.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='API Client and Design Platform for GraphQL and REST'
arch=('x86_64')
url='https://insomnia.rest'
_url_source='https://github.com/Kong/insomnia'
license=('MIT')
-depends=('libnotify' 'libsecret' 'libxss' 'nss')
+depends=('libnotify' 'libsecret' 'libxss' 'nss' 'gtk3')
optdepends=("libappindicator-gtk3: StatusNotifierItem support"
"xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)")
provides=("${_pkgname}")