summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-06-02 13:44:24 +0200
committerHeiko Nickerl2018-06-02 13:44:24 +0200
commit328f90ad5832a4337a162883c185590b9f256e54 (patch)
tree712f7e3f35d7c967ce8ca61b1d00b9b3a46d4043
parent6aa6c76ed74cf7b8e62947ab7992928dfcd49780 (diff)
downloadaur-328f90ad5832a4337a162883c185590b9f256e54.tar.gz
Add xdg-utils dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 253b9988648e..65216591796e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = sodalite-git
depends = python-yaml
depends = python-pyperclip
depends = python-pygments
+ depends = xdg-utils
conflicts = sodalite
source = git+https://github.com/hnicke/sodalite.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 516297dd7f88..e68ff26dc2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ url="www.github.com/hnicke/sodalite"
license=('GPL')
conflicts=('sodalite')
makedepends=('git' 'awk' )
-depends=('python-binaryornot' 'python-urwid' 'python-yaml' 'python-pyperclip' 'python-pygments')
+depends=('python-binaryornot' 'python-urwid' 'python-yaml'
+'python-pyperclip' 'python-pygments' 'xdg-utils')
source=('git+https://github.com/hnicke/sodalite.git')
md5sums=('SKIP')
install=sodalite.install