summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-06-20 18:13:47 +0200
committerHeiko Nickerl2018-06-20 18:13:47 +0200
commit417363296f08e06d00fcc316a21d9b64dd1884cd (patch)
treed8400bb405fe67004fa6fd9b48774827193e5018
parentc4342f2f44abdcbfaa56cbe99c57875ef067a350 (diff)
downloadaur-417363296f08e06d00fcc316a21d9b64dd1884cd.tar.gz
Remove xdg-utils from dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e648c0718bc1..abbdbfba5233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sodalite-git
pkgdesc = Keyboard-driven terminal file navigator and launcher
pkgver = r45.ece430f
- pkgrel = 6
+ pkgrel = 1
url = www.github.com/hnicke/sodalite
install = sodalite.install
arch = any
@@ -13,7 +13,6 @@ pkgbase = sodalite-git
depends = python-yaml
depends = python-pyperclip
depends = python-pygments
- depends = xdg-utils
depends = python-watchdog
conflicts = sodalite
backup = etc/sodalite.conf
diff --git a/PKGBUILD b/PKGBUILD
index de054af92713..75a68e1356bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite-git"
pkgver=r45.ece430f
-pkgrel=6
+pkgrel=1
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
url="www.github.com/hnicke/sodalite"
@@ -9,7 +9,7 @@ license=('GPL')
conflicts=('sodalite')
makedepends=('git' 'awk' )
depends=('python-binaryornot' 'python-urwid' 'python-yaml'
-'python-pyperclip' 'python-pygments' 'xdg-utils' 'python-watchdog')
+'python-pyperclip' 'python-pygments' 'python-watchdog')
source=('git+https://github.com/hnicke/sodalite.git')
backup=('etc/sodalite.conf')
md5sums=('SKIP')