summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9947b6a4d9d1..eec4f7f12e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=deviced-git
-pkgver=r283.fdb99b5
+pkgver=r284.8bb6119
pkgrel=1
pkgdesc="Daemon that can be run on a development device that will allow IDEs and other tooling to interact with the device"
arch=('x86_64' 'aarch64')
url="https://gitlab.gnome.org/chergert/deviced"
license=('GPL3')
-depends=('libnm' 'jsonrpc-glib' 'flatpak')
-makedepends=('git' 'meson' 'ninja')
+depends=('libnm' 'jsonrpc-glib' 'flatpak' 'appstream-glib')
+makedepends=('git' 'meson' 'ninja' 'gobject-introspection')
provides=('deviced' 'libdeviced')
conflicts=('deviced')
source=("$pkgname::git+https://gitlab.gnome.org/chergert/deviced.git")