summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Borgert2022-05-28 17:39:42 +0200
committerTobias Borgert2022-05-28 17:39:42 +0200
commit9fd6193b7f922f22383e10bb72508cc0ae4bfa23 (patch)
tree021dedb60c17f5f361b3c8126d4f7513306cbd06
parent6299f2ebc860e71362f48caf79345d51d61dd774 (diff)
downloadaur-9fd6193b7f922f22383e10bb72508cc0ae4bfa23.tar.gz
Update to v1.60
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0035ead35c3b..a00e44e028f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapd-glib
pkgdesc = Library to allow GLib/Qt based applications access to snapd, the daemon that controls Snaps
- pkgver = 1.59
+ pkgver = 1.60
pkgrel = 1
url = https://github.com/snapcore/snapd-glib
arch = x86_64
@@ -17,8 +17,7 @@ pkgbase = snapd-glib
depends = libsoup
depends = json-glib
depends = gobject-introspection
- source = https://github.com/snapcore/snapd-glib/releases/download/1.59/snapd-glib-1.59.tar.xz
- sha256sums = 01e6424f4dfd46b736956c9dc4ef1932052590123b80f5b5a363dc9f51ae4690
+ source = https://github.com/snapcore/snapd-glib/releases/download/1.60/snapd-glib-1.60.tar.xz
+ sha256sums = 02444a74c7f5024f0b1fb62efad94c711a5a204f919108bf7a4b2eeeaaa46111
pkgname = snapd-glib
-
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"