summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2019-11-21 22:02:50 +1100
committerJay Ta'ala2019-11-21 22:02:50 +1100
commit30a7bf599610cb87e4b5ee0da0d8b85e1d59f0ba (patch)
tree25033c452471858673570c4c7aec216ec68abaff
parent99e3d8a7866e299d386c31f80cab96f7f991e7b7 (diff)
downloadaur-30a7bf599610cb87e4b5ee0da0d8b85e1d59f0ba.tar.gz
Cleaned up deps (thanks to wooque). Tested in clean chroot.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b85c17c5223..ba6841166808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
pkgver = 7.12.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.getpostman.com
arch = x86_64
license = custom
depends = libxss
- depends = libxtst
depends = nss
- depends = alsa-lib
+ depends = gtk3
source = Postman-linux-x64-7.12.0.tar.gz::https://dl.pstmn.io/download/version/7.12.0/linux64
source = postman.desktop
md5sums = 559d09565f617be2b4d90133d3945fed
diff --git a/PKGBUILD b/PKGBUILD
index d672e9665ae3..4f067ec4941d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Claudio d'Angelis <claudiodangelis at gmail dot com>
+# Maintainer: Jay Ta'ala <jay@jaytaala.com>
+# Contributor: Claudio d'Angelis <claudiodangelis at gmail dot com>
pkgname=postman-bin
pkgver=7.12.0
-pkgrel=2
+pkgrel=3
pkgdesc="Build, test, and document your APIs faster"
arch=('x86_64')
url="https://www.getpostman.com"
@@ -12,7 +13,7 @@ source=(
)
md5sums=('559d09565f617be2b4d90133d3945fed'
'f40404e81c416a180b4c596059fc84dd')
-depends=(libxss libxtst nss alsa-lib)
+depends=(libxss nss gtk3)
package() {
install -dm755 "${pkgdir}/opt/"
chmod -R 755 "Postman"