summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Borgert2022-08-23 20:30:24 +0200
committerTobias Borgert2022-08-23 20:30:24 +0200
commit0469bbad734dc60037457069b262f3670c316f95 (patch)
tree38bcb3e58f0ba1b496c9a87a681cf1f85fb2e394
parent6a58415a6184d45cd7d9179c37d424aaccd8daec (diff)
downloadaur-0469bbad734dc60037457069b262f3670c316f95.tar.gz
Updated depends and makedepends. Thanks go to yochananmarqos.
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12feb6bcb716..c5560f62ff21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,18 @@
pkgbase = snapd-glib
pkgdesc = Library to allow GLib/Qt based applications access to snapd, the daemon that controls Snaps
pkgver = 1.61
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/snapcore/snapd-glib
arch = x86_64
license = GPL3
- makedepends = libsoup
- makedepends = json-glib
- makedepends = qt5-declarative
- makedepends = qt5-base
- makedepends = glib2
+ makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = meson
- makedepends = ninja
+ makedepends = qt5-tools
makedepends = vala
- depends = libsoup
+ depends = libsoup3
depends = json-glib
- depends = gobject-introspection
+ depends = qt5-declarative
source = https://github.com/snapcore/snapd-glib/releases/download/1.61/snapd-glib-1.61.tar.xz
sha256sums = 12927eec226edea304d3c08cd4b9808766e423171a3850d66e38705006ed22af
diff --git a/PKGBUILD b/PKGBUILD
index 97f3c3f912e7..5d070073a3e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
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')
+depends=('libsoup3' 'json-glib' 'qt5-declarative')
pkgver=1.61
-pkgrel=1
+pkgrel=2
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')
+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')