summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author1Conan2021-05-25 00:52:25 +0800
committer1Conan2021-05-25 00:52:25 +0800
commit6299f2ebc860e71362f48caf79345d51d61dd774 (patch)
tree58d8ca83b6ed6f2c09c7028e1593f7fa3a218797 /PKGBUILD
parentc270ada93716626e86736e8d9cfcfce13067ed89 (diff)
downloadaur-6299f2ebc860e71362f48caf79345d51d61dd774.tar.gz
update to 1.59
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b27b37d3ac14..3e71b641d49a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=snapd-glib
pkgdesc="Library to allow GLib/Qt based applications access to snapd, the daemon that controls Snaps"
depends=('libsoup' 'json-glib' 'gobject-introspection')
-pkgver=1.57
-pkgrel=3
+pkgver=1.59
+pkgrel=1
arch=('x86_64')
url="https://github.com/snapcore/snapd-glib"
license=('GPL3')
makedepends=('libsoup' 'json-glib' 'qt5-declarative' 'qt5-base' 'glib2' 'gtk-doc' 'meson' 'ninja' 'vala')
source=(https://github.com/snapcore/snapd-glib/releases/download/${pkgver}/snapd-glib-${pkgver}.tar.xz)
-sha256sums=('b7d9338079ce07b3696d99c5fb6159107d1459e9d9b466daf9980ee331e9e1e7')
+sha256sums=('01e6424f4dfd46b736956c9dc4ef1932052590123b80f5b5a363dc9f51ae4690')
build() {
cd "$pkgbase-$pkgver"