summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author1Conan2020-05-06 17:14:49 +0800
committer1Conan2020-05-06 17:14:49 +0800
commit0b797115b4b89dd24d56a5c64f0c8859e18f7a86 (patch)
treec52702c026188cc5dedfd6d3ad0b26aec563a064 /PKGBUILD
parent0972e4ef15b2338a0896bdcd5e6591aff3084a40 (diff)
downloadaur-0b797115b4b89dd24d56a5c64f0c8859e18f7a86.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60f8f3e6c0f5..1baff75e5e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=snapd-glib
pkgdesc="Library to allow GLib/Qt based applications access to snapd, the daemon that controls Snaps"
-depends=('libsoup' 'json-glib')
+depends=('libsoup' 'json-glib' 'gobject-introspection')
pkgver=1.57
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/snapcore/snapd-glib"
license=('GPL3')