summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-05-09 13:23:33 -0600
committerMark Wagie2024-05-09 13:23:33 -0600
commit96cd72adea021b5b112006b3b033e70af4842be5 (patch)
tree790aa933253898f7991ea368ba34e5549f61ad81
parentcc77d13b94e0ee93406328974afda1a64d90830f (diff)
downloadaur-96cd72adea021b5b112006b3b033e70af4842be5.tar.gz
add missing dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1599b4e9afe8..10d121177f95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = cosmic-files-git
makedepends = just
makedepends = mold
depends = glibc
+ depends = xdg-utils
provides = cosmic-files
conflicts = cosmic-files
source = git+https://github.com/pop-os/cosmic-files.git
diff --git a/PKGBUILD b/PKGBUILD
index 901cf3935496..919d77871199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/cosmic-files"
license=('GPL-3.0-or-later')
groups=('cosmic')
-depends=('glibc')
+depends=('glibc' 'xdg-utils')
makedepends=('cargo' 'git' 'just' 'mold')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")