summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2021-09-15 14:57:23 +0100
committerGreyson Christoforo2021-09-15 14:57:23 +0100
commit8b131f6c554fee8734ee902de184ef3d49015d24 (patch)
tree935be2fe92fcd1124a9b67b7824bd41ff092011c
parent6df8382f92fd9726433fbb3914be040835e439be (diff)
downloadaur-8b131f6c554fee8734ee902de184ef3d49015d24.tar.gz
add missing dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ab5ac6cc6d9..c44c6d78657b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,8 @@ pkgbase = drafting-git
depends = gtk4>=4.3.0
depends = gobject-introspection
depends = libpanel
+ depends = libadwaita
source = git+https://gitlab.gnome.org/chergert/drafting.git
md5sums = SKIP
pkgname = drafting-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a18a2d2f0e54..17a7d823a6a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ depends=(
'gtk4>=4.3.0'
gobject-introspection
libpanel
+libadwaita
)
makedepends=(
meson