summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2019-11-21 12:32:06 +1100
committerJay Ta'ala2019-11-21 12:32:06 +1100
commit99e3d8a7866e299d386c31f80cab96f7f991e7b7 (patch)
tree99dc9951369b498a34aceaa0830e0ff0a9e7b78e
parent1f94078b9836e17cc946cda8f1320b8f13acc935 (diff)
downloadaur-99e3d8a7866e299d386c31f80cab96f7f991e7b7.tar.gz
Confirmed with clean chroot build that gconf and gtk2 dependencies are not needed. Removed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04b954fd3df..0b85c17c5223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
pkgver = 7.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.getpostman.com
arch = x86_64
license = custom
- depends = gconf
depends = libxss
- depends = gtk2
depends = libxtst
depends = nss
depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index f0da84b4caff..d672e9665ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Claudio d'Angelis <claudiodangelis at gmail dot com>
pkgname=postman-bin
pkgver=7.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="Build, test, and document your APIs faster"
arch=('x86_64')
url="https://www.getpostman.com"
@@ -12,7 +12,7 @@ source=(
)
md5sums=('559d09565f617be2b4d90133d3945fed'
'f40404e81c416a180b4c596059fc84dd')
-depends=(gconf libxss gtk2 libxtst nss alsa-lib)
+depends=(libxss libxtst nss alsa-lib)
package() {
install -dm755 "${pkgdir}/opt/"
chmod -R 755 "Postman"