diff options
author | Maciek Borzecki | 2020-10-26 18:06:57 +0100 |
---|---|---|
committer | Maciek Borzecki | 2020-10-26 18:06:57 +0100 |
commit | e7e31b6f4808a2fad3bf1d951ebf6b38f853381e (patch) | |
tree | cc1ac346091a88a2a5142fa63135129b80d8fc5b /PKGBUILD | |
parent | 524d21859eb8ec1dd74c9096dc90e0856d87435f (diff) | |
download | aur-e7e31b6f4808a2fad3bf1d951ebf6b38f853381e.tar.gz |
upgpkg: snapd 2.47.1-2
Explicitly request external linker for non-static binaries too.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor') optdepends=('bash-completion: bash completion support' 'xdg-desktop-portal: desktop integration') pkgver=2.47.1 -pkgrel=1 +pkgrel=2 arch=('x86_64' 'i686' 'armv7h' 'aarch64') url="https://github.com/snapcore/snapd" license=('GPL3') |