summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-11-10 20:16:08 +0330
committerAli Molaei2023-11-10 20:16:08 +0330
commitc4899a0f2a3213289134207fc931f43615425eff (patch)
tree3bb12c1f6ecd6868e0e444ff86cc2bc3994a5858
parent9da362ef3be70dadca50b50699b2527a9de6a585 (diff)
downloadaur-c4899a0f2a3213289134207fc931f43615425eff.tar.gz
Change license in pkgbuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 896d636682d3..159fbfaa547d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
pkgver = 8.4.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://insomnia.rest
arch = x86_64
- license = MIT
+ license = Apache
depends = libxss
depends = nss
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 5393ee4aa10f..572a09803df5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
pkgver=8.4.0
-pkgrel=2
+pkgrel=3
epoch=1
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')
+license=('Apache')
depends=('libxss' 'nss' 'gtk3' 'alsa-lib')
optdepends=("libappindicator-gtk3: StatusNotifierItem support"
"xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)")