summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4643af9fd846..731c551eded8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = linopen
url = http://cloudef.eu
arch = any
license = WTFPL
+ depends = grep
+ depends = file
provides = xdg-utils
conflicts = xdg-utils
backup = etc/linopen.conf
diff --git a/PKGBUILD b/PKGBUILD
index de816078e3f5..3a94610ba137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='http://cloudef.eu'
license=('WTFPL')
backup=('etc/linopen.conf')
source=('open' 'linopen.conf')
+depends=('grep' 'file')
# Set this 1 to symlink /usr/bin/open to /usr/bin/xdg-open
# and conflict with xdg-utils