summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2018-04-25 19:22:25 -0400
committerGregory Schier2018-04-25 19:22:25 -0400
commit71f133e2aebe51864830e7b60b373f4141dcc433 (patch)
tree57dd5aafe4a9c0b68fe452b837d456e1d02082ff
parentf8d86c293c13a6b9df528e64fba883ebf6ee82ee (diff)
downloadaur-71f133e2aebe51864830e7b60b373f4141dcc433.tar.gz
Updated for 5.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37aad0dbf351..fee52bb2ffd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 5.15.0
+ pkgver = 5.16.0
pkgrel = 1
url = http://insomnia.rest/
arch = x86_64
- depends = libcurl-compat
+ depends = lib32-gtk2
options = !strip
options = !upx
- source = https://github.com/getinsomnia/insomnia/releases/download/v5.15.0/insomnia_5.15.0_amd64.deb
+ source = https://github.com/getinsomnia/insomnia/releases/download/v5.16.0/insomnia_5.16.0_amd64.deb
source = insomnia.sh
- md5sums = 2ce2dee90818874578ae8a69c2f47517
+ md5sums = 872818db1258011da461dc1b4d1fb505
md5sums = a1f02a6e1658e95218fca636ea56f5a3
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 93cca31019de..8d7fb20237ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Gregory Schier <greg@schier.co>
pkgname=insomnia
-pkgver=5.15.0
+pkgver=5.16.0
pkgrel=1
pkgdesc="A simple and beautiful REST API and HTTP client"
arch=('x86_64')
url="http://insomnia.rest/"
options=('!strip' '!upx')
-depends=('libcurl-compat')
+depends=('lib32-gtk2')
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=('2ce2dee90818874578ae8a69c2f47517'
+md5sums=('872818db1258011da461dc1b4d1fb505'
'a1f02a6e1658e95218fca636ea56f5a3')