summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmlb2017-11-23 12:41:42 +0100
committersmlb2017-11-23 12:41:42 +0100
commit0ec70437c6576dca9fa706b504d8ccb3fb787fbc (patch)
tree869df8bb425dd99acaa099004a583e4ece962b38
parentbf3a43af9ba57bc20e5b740805e483ae55152746 (diff)
downloadaur-0ec70437c6576dca9fa706b504d8ccb3fb787fbc.tar.gz
fixed dependecies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de98de7b223d..1c7ecd40136e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,9 @@ pkgbase = dockd
url = https://github.com/libthinkpad/dockd
arch = i686
arch = x86_64
- license = BSD-2
+ license = BSD
makedepends = cmake
- depends = systemd
depends = libthinkpad
- depends = libsystemd
depends = libxrandr
source = http://thinkpads.org/ftp/dockd/dockd-1.20.tar.gz
md5sums = a3606e57095cd536d636edc7541af9f4
diff --git a/PKGBUILD b/PKGBUILD
index 7af0ceaf8f89..dcfd860ff969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgrel=2
pkgdesc="Lenovo ThinkPad Dock Management Daemon"
arch=('i686' 'x86_64')
url="https://github.com/libthinkpad/dockd"
-license=('BSD-2')
-depends=('systemd' 'libthinkpad' 'libsystemd' 'libxrandr')
+license=('BSD')
+depends=('libthinkpad' 'libxrandr')
makedepends=('cmake')
source=("http://thinkpads.org/ftp/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('a3606e57095cd536d636edc7541af9f4')