summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2023-09-11 08:21:23 +0200
committerMaciek Borzecki2023-09-11 08:21:39 +0200
commit044af7bf71474fa47f2f1fedf13f0012537cfc95 (patch)
tree9123601e5a0f03dda67ba4ab4cc75330d18bf6f1
parentbba51b47148a19cb5d6418c4bcbd08710eee16d2 (diff)
downloadaur-044af7bf71474fa47f2f1fedf13f0012537cfc95.tar.gz
upgpkg: snapd 2.60.3-1
upstream release Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b6242407fcb..c304636f7c2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapd
pkgdesc = Service and tools for management of snap packages.
- pkgver = 2.60.2
+ pkgver = 2.60.3
pkgrel = 1
url = https://github.com/snapcore/snapd
install = snapd.install
@@ -28,7 +28,7 @@ pkgbase = snapd
options = !strip
options = emptydirs
options = !lto
- source = snapd-2.60.2.tar.xz::https://github.com/snapcore/snapd/releases/download/2.60.2/snapd_2.60.2.tar.xz
- sha256sums = cf1f30152614975b14be014d4f6e753705eec04a3d36b54960d528e9044ac54e
+ source = snapd-2.60.3.tar.xz::https://github.com/snapcore/snapd/releases/download/2.60.3/snapd_2.60.3.vendor.tar.xz
+ sha256sums = c65d6a23288195864ac11997475234b8c15a5e14849f3ab309ccba4832675bc4
pkgname = snapd
diff --git a/PKGBUILD b/PKGBUILD
index 7b9b1c85460b..9232bd7cda98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Service and tools for management of snap packages."
depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
optdepends=('bash-completion: bash completion support'
'xdg-desktop-portal: desktop integration')
-pkgver=2.60.2
+pkgver=2.60.3
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
@@ -18,9 +18,9 @@ conflicts=('snap-confine')
options=('!strip' 'emptydirs' '!lto')
install=snapd.install
source=(
- "$pkgname-$pkgver.tar.xz::https://github.com/snapcore/${pkgname}/releases/download/${pkgver}/${pkgname}_${pkgver}.tar.xz"
+ "$pkgname-$pkgver.tar.xz::https://github.com/snapcore/${pkgname}/releases/download/${pkgver}/${pkgname}_${pkgver}.vendor.tar.xz"
)
-sha256sums=('cf1f30152614975b14be014d4f6e753705eec04a3d36b54960d528e9044ac54e')
+sha256sums=('c65d6a23288195864ac11997475234b8c15a5e14849f3ab309ccba4832675bc4')
_gourl=github.com/snapcore/snapd