summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaciek Borzecki2018-02-19 12:29:37 +0100
committerMaciek Borzecki2018-02-19 12:29:37 +0100
commit80f2977d0bf0b7d244b914942b69ef4557821c1c (patch)
tree01119628b90376461a00dfadfc2fbfedb0883ca2 /PKGBUILD
parent50599aa5706b4309fc1e3502c63b3b4f9a544c7f (diff)
downloadaur-80f2977d0bf0b7d244b914942b69ef4557821c1c.tar.gz
snapd: drop seccomp patch, bump base version
Seccomp LDFLAGS patch is no longer necessary. Upsteream does not set any LDFLAGS in snap-seccomp that cause issues in Arch. Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5eb39509fe34..c6271943b0d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=snapd-git
pkgdesc="Service and tools for management of snap packages."
depends=('squashfs-tools' 'libseccomp' 'libsystemd')
optdepends=('bash-completion: bash completion support')
-pkgver=2.31.r188.g74843c18e
+pkgver=2.31.r400.gc79b4ff22
pkgrel=1
arch=('x86_64')
url="https://github.com/snapcore/snapd"
@@ -21,10 +21,8 @@ makedepends=('git' 'go-pie' 'go-tools' 'libseccomp' 'libcap' 'systemd' 'xfsprogs
conflicts=($_pkgbase 'snap-confine')
options=('!strip' 'emptydirs')
install=snapd.install
-source=("git+https://github.com/snapcore/$_pkgbase.git"
- "0001-cmd-snap-seccomp-drop-link-flags-that-will-be-reject.patch")
-sha256sums=('SKIP'
- 'ba4591f70b032b5e6f63d251cf6463ef93f3b963b8f19aac098b4c7dbed0309d')
+source=("git+https://github.com/snapcore/$_pkgbase.git")
+sha256sums=('SKIP')
provides=($_pkgbase)
@@ -46,8 +44,6 @@ prepare() {
# above describes.
mkdir -p "$(dirname "$GOPATH/src/${_gourl}")"
ln --no-target-directory -fs "$srcdir/$_pkgbase" "$GOPATH/src/${_gourl}"
-
- patch -Np1 -i "${srcdir}/0001-cmd-snap-seccomp-drop-link-flags-that-will-be-reject.patch"
}
build() {