summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Hillmann2021-07-21 16:22:49 +0200
committerRichard Hillmann2021-07-21 16:22:49 +0200
commit216d9fa663e958dba664541bf47b63d4e70636f1 (patch)
treee75096b2c59e96c26033ba919666fda01cfeb575
parent4cf318a82f76f00e45470bb95d2fa4e5b78e0b2b (diff)
downloadaur-216d9fa663e958dba664541bf47b63d4e70636f1.tar.gz
Add missing lsof dependencie
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdd60d004a83..fc6718ba20cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = awsvpnclient
license = custom
makedepends = xz
depends = xdg-utils
+ depends = lsof
options = !strip
options = staticlibs
source = https://d20adtppz83p9s.cloudfront.net/GTK/1.0.0/awsvpnclient_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index fd61dd905a14..63a893972168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Richard Hillmann <richie at project0 dot de>
pkgname=awsvpnclient
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="AWS VPN Client"
arch=('x86_64')
license=('custom')
@@ -14,7 +14,7 @@ sha512sums=(
'07cf41a23b983a98e15719e37d52ce58ad10c0300a8fee03563a6c66b5992b6f148f8075b564f7b254ff230c9772ff692fc248aec45749e11d6b7d076befd880'
'SKIP'
)
-depends=('xdg-utils')
+depends=('xdg-utils' 'lsof')
makedepends=('xz')
options=('!strip' 'staticlibs')
install='awsvpnclient.install'