diff options
author | He Qing | 2022-04-16 09:24:23 +0800 |
---|---|---|
committer | He Qing | 2022-04-16 09:24:23 +0800 |
commit | 68968a42539abd1be34b05f9eea03f65eabfb31f (patch) | |
tree | 71487f6357dc42d20e1ce34fb5a4dea1e2b856af | |
parent | 13b65765c60e39c1ae7de33cff0aabcf89e77afb (diff) | |
download | aur-68968a42539abd1be34b05f9eea03f65eabfb31f.tar.gz |
add aws-session-manager-plugin as a dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = leapp-bin pkgdesc = Leapp is a Desktop DevTool that handles the management and security of your cloud credentials for you, converted from .deb package pkgver = 0.11.0 - pkgrel = 1 + pkgrel = 2 url = https://www.leapp.cloud/ arch = x86_64 license = custom @@ -15,6 +15,7 @@ pkgbase = leapp-bin depends = util-linux-libs depends = libsecret depends = at-spi2-core + depends = aws-session-manager-plugin provides = leapp source = Leapp_0.11.0_amd64.deb::https://asset.noovolari.com/latest/Leapp_0.11.0_amd64.deb sha512sums = ff68c21b9d90ca401179df5489a5f0b02f43b0c4b822ac57bc1ecaaf605c2f27cc2b451c9e2cbfe82434bd0d2128efd887e9677f04e5ba703a981d624f426993 @@ -4,12 +4,12 @@ pkgname=leapp-bin _pkgname=leapp pkgver=0.11.0 _pkgdate=20220112 -pkgrel=1 +pkgrel=2 pkgdesc="Leapp is a Desktop DevTool that handles the management and security of your cloud credentials for you, converted from .deb package" arch=("x86_64") url="https://www.leapp.cloud/" license=('custom') -depends=('gtk3' 'libxss' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'util-linux-libs' 'libsecret' 'at-spi2-core') +depends=('gtk3' 'libxss' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'util-linux-libs' 'libsecret' 'at-spi2-core' 'aws-session-manager-plugin') provides=("$_pkgname") source=( "Leapp_${pkgver}_amd64.deb::https://asset.noovolari.com/latest/Leapp_${pkgver}_amd64.deb" |