summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2018-04-26 08:37:06 -0400
committerGregory Schier2018-04-26 08:37:06 -0400
commitc57944886660611d9ed884ca1490c211a3a3c93c (patch)
treec29c49d8ed67569fd7fcf8881e964903a242a45e
parent71f133e2aebe51864830e7b60b373f4141dcc433 (diff)
downloadaur-c57944886660611d9ed884ca1490c211a3a3c93c.tar.gz
Updated and removed dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fee52bb2ffd4..9e3f1d0650f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 5.16.0
+ pkgver = 5.16.1
pkgrel = 1
url = http://insomnia.rest/
arch = x86_64
- depends = lib32-gtk2
options = !strip
options = !upx
- source = https://github.com/getinsomnia/insomnia/releases/download/v5.16.0/insomnia_5.16.0_amd64.deb
+ source = https://github.com/getinsomnia/insomnia/releases/download/v5.16.1/insomnia_5.16.1_amd64.deb
source = insomnia.sh
- md5sums = 872818db1258011da461dc1b4d1fb505
+ md5sums = 485a84c31658761b823b95e066615008
md5sums = a1f02a6e1658e95218fca636ea56f5a3
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 8d7fb20237ed..646954b38cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Gregory Schier <greg@schier.co>
pkgname=insomnia
-pkgver=5.16.0
+pkgver=5.16.1
pkgrel=1
pkgdesc="A simple and beautiful REST API and HTTP client"
arch=('x86_64')
url="http://insomnia.rest/"
options=('!strip' '!upx')
-depends=('lib32-gtk2')
+depends=()
source=(
"https://github.com/getinsomnia/insomnia/releases/download/v${pkgver}/insomnia_${pkgver}_amd64.deb"
@@ -39,5 +39,5 @@ package() {
}
# Generated by `$ makepkg -g >> PKGBUILD`
-md5sums=('872818db1258011da461dc1b4d1fb505'
+md5sums=('485a84c31658761b823b95e066615008'
'a1f02a6e1658e95218fca636ea56f5a3')