summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2020-10-26 18:06:57 +0100
committerMaciek Borzecki2020-10-26 18:06:57 +0100
commite7e31b6f4808a2fad3bf1d951ebf6b38f853381e (patch)
treecc1ac346091a88a2a5142fa63135129b80d8fc5b
parent524d21859eb8ec1dd74c9096dc90e0856d87435f (diff)
downloadaur-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>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ae7215c755..af66efa22acf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snapd
pkgdesc = Service and tools for management of snap packages.
pkgver = 2.47.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/snapcore/snapd
install = snapd.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3c64ebcf58f1..7d29a707836a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')