summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-09-22 13:54:07 +0200
committertytan6522022-09-22 13:54:07 +0200
commitbc6eeb5b933210d8fb88b6c6e710978719608ea8 (patch)
tree13ce5b1f08ba7e1389ad387afa4520a6aa3fe123
parent51c4e0f556fe402ddb7f5893015d893f7c71c945 (diff)
downloadaur-deviced-git.tar.gz
build: Add new required deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5e74cfbb516..c27e7a5ec82d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deviced-git
pkgdesc = Daemon that can be run on a development device that will allow IDEs and other tooling to interact with the device
- pkgver = r283.fdb99b5
+ pkgver = r284.8bb6119
pkgrel = 1
url = https://gitlab.gnome.org/chergert/deviced
arch = x86_64
@@ -9,9 +9,11 @@ pkgbase = deviced-git
makedepends = git
makedepends = meson
makedepends = ninja
+ makedepends = gobject-introspection
depends = libnm
depends = jsonrpc-glib
depends = flatpak
+ depends = appstream-glib
provides = deviced
provides = libdeviced
conflicts = deviced
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")