summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjrudess2018-05-24 19:28:18 -0700
committerjrudess2018-05-24 19:28:18 -0700
commitefa935da3cff23f6df412825108067d962101c83 (patch)
tree6fe6b3d8f524c5f9796f090f004a23703d0c27ba /PKGBUILD
parent61df7c9d0d39ee96ecf0efd2e98f5d164b3048e7 (diff)
downloadaur-efa935da3cff23f6df412825108067d962101c83.tar.gz
Switch to jrudess fork, and correct depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cd1eca836a6..10d1ad2b6926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Jordan Rudess <jrudess@gmail.com>
pkgname=levd-git
-pkgver=r2.fc66618
-pkgrel=5
+pkgver=r3.fd0be7d
+pkgrel=6
pkgdesc="Daemon to control NZXT Kraken x61"
arch=('i686' 'x86_64')
-url="https://github.com/RBlafford/levd"
+url="https://github.com/jrudess/levd"
license=('MIT')
-makedepends=('git' 'cmake' 'google-glog' 'yaml-cpp' 'boost')
+depends=('google-glog' 'yaml-cpp' 'libusb')
+makedepends=('git' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
backup=("etc/leviathan/levd.cfg")
install=
-source=('git://github.com/RBlafford/levd.git')
+source=('git://github.com/jrudess/levd.git')
md5sums=('SKIP')
pkgver() {