summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Borgert2022-08-24 07:47:25 +0200
committerTobias Borgert2022-08-24 07:47:25 +0200
commit09fffadba58b3d89e6de49a4347dea496a1f728b (patch)
tree2fc29e0a0793579749f53909f3cd8859bd5a66a1 /PKGBUILD
parent0469bbad734dc60037457069b262f3670c316f95 (diff)
downloadaur-09fffadba58b3d89e6de49a4347dea496a1f728b.tar.gz
Update to v1.62
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d070073a3e5..0c5e49f8e878 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=snapd-glib
pkgdesc="Library to allow GLib/Qt based applications access to snapd, the daemon that controls Snaps"
depends=('libsoup3' 'json-glib' 'qt5-declarative')
-pkgver=1.61
-pkgrel=2
+pkgver=1.62
+pkgrel=1
arch=('x86_64')
url="https://github.com/snapcore/snapd-glib"
license=('GPL3')
makedepends=('gobject-introspection' 'gtk-doc' 'meson' 'qt5-tools' 'vala')
source=(https://github.com/snapcore/snapd-glib/releases/download/${pkgver}/snapd-glib-${pkgver}.tar.xz)
-sha256sums=('12927eec226edea304d3c08cd4b9808766e423171a3850d66e38705006ed22af')
+sha256sums=('36e6df07d5a46ed3c61d2c4cea4189352cc05f96421009fec670cdf6447cd741')
build() {
cd "$pkgbase-$pkgver"