summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaciek Borzecki2018-07-23 10:01:49 +0200
committerMaciek Borzecki2018-07-23 10:03:21 +0200
commitf925f256a563721162a9bfaf71461528bc1cc7ef (patch)
treef08b8927e44035b17f95ad0d0d6fb3cfe9940a74 /PKGBUILD
parent709605edc28dfcf70130a1b2e4b45028f21bb822 (diff)
downloadaur-f925f256a563721162a9bfaf71461528bc1cc7ef.tar.gz
snapd: update to 2.34.2
- update to the latest release - drop Antergos patch, already merged upstream - linux-hardened has AppArmor enabled now, do not snapd.apparmor.service in case someone wants to use it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3756e2f0abf0..1d9f7b9440c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgname=snapd
pkgdesc="Service and tools for management of snap packages."
depends=('squashfs-tools' 'libseccomp' 'libsystemd')
optdepends=('bash-completion: bash completion support')
-pkgver=2.33.1
-pkgrel=3
+pkgver=2.34.2
+pkgrel=1
arch=('x86_64')
url="https://github.com/snapcore/snapd"
license=('GPL3')
@@ -16,10 +16,8 @@ makedepends=('git' 'go' 'go-tools' 'libseccomp' 'libcap' 'systemd' 'xfsprogs' 'p
conflicts=('snap-confine')
options=('!strip' 'emptydirs')
install=snapd.install
-source=("$pkgname-$pkgver.tar.xz::https://github.com/snapcore/${pkgname}/releases/download/${pkgver}/${pkgname}_${pkgver}.vendor.tar.xz"
- 'antergos-detection.patch')
-sha256sums=('ac36fc0093c3eb3eaf2158db3ad3a26114903724d6cb98b7068fe45d6b440d94'
- '0c801960629d42b3704c20d9bd4464aa5b7f1a67378c4baf8339154e601489d7')
+source=("$pkgname-$pkgver.tar.xz::https://github.com/snapcore/${pkgname}/releases/download/${pkgver}/${pkgname}_${pkgver}.vendor.tar.xz")
+sha256sums=('b184601402ac81c5b897466bc49f399d202e6b779b4a6a36b080d27f211c5a34')
_gourl=github.com/snapcore/snapd
@@ -34,8 +32,6 @@ prepare() {
# above describes.
mkdir -p "$(dirname "$GOPATH/src/${_gourl}")"
ln --no-target-directory -fs "$srcdir/$pkgname-$pkgver" "$GOPATH/src/${_gourl}"
-
- patch -Np1 -i "$srcdir/antergos-detection.patch"
}
build() {