summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJari Vetoniemi2018-04-25 19:06:02 +0300
committerJari Vetoniemi2018-04-25 19:06:48 +0300
commit27a62bb6645c4d4d56681d2a07944ab764c32778 (patch)
tree6dd0d5e80b8608a6c66277b66322da3e17a58355
parent8e42b7cb92937fbc5ff2238d22f7debd6170df20 (diff)
downloadaur-linopen.tar.gz
depend on grep & file
-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