summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Borgert2022-05-28 17:39:42 +0200
committerTobias Borgert2022-05-28 17:39:42 +0200
commit9fd6193b7f922f22383e10bb72508cc0ae4bfa23 (patch)
tree021dedb60c17f5f361b3c8126d4f7513306cbd06 /PKGBUILD
parent6299f2ebc860e71362f48caf79345d51d61dd774 (diff)
downloadaur-9fd6193b7f922f22383e10bb72508cc0ae4bfa23.tar.gz
Update to v1.60
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e71b641d49a..129a9161b3af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
-# Maintainer: Mitchell Renouf <mitchellarenouf@gmail.com>
+# Maintainer: Blutkoete <tobias dot borgert @ gmail dot com>
+# Contributor: 1Conan <me at 1conan dot com>
+# Contributor: Mitchell Renouf <mitchellarenouf at gmail dot com>
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.59
+pkgver=1.60
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=('01e6424f4dfd46b736956c9dc4ef1932052590123b80f5b5a363dc9f51ae4690')
+sha256sums=('02444a74c7f5024f0b1fb62efad94c711a5a204f919108bf7a4b2eeeaaa46111')
build() {
cd "$pkgbase-$pkgver"