summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorK. Hampf2020-01-12 18:34:40 +0200
committerK. Hampf2020-01-12 18:34:40 +0200
commitb840ab07e1f29b7159cbc913eda31c9e259255e0 (patch)
tree0169692eb212563f2f2e7c871f6bf726be9d1bb1 /PKGBUILD
parent428601c5364a9470b7bbd102b5dc78b4f58efd24 (diff)
downloadaur-b840ab07e1f29b7159cbc913eda31c9e259255e0.tar.gz
log4cpp moved from makedepends to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 728f588d6fa1..83e439d2891f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgbase="g13"
pkgname="g13-git"
pkgver=v1.0.1.r0.ge6ad66c
-pkgrel=2
+pkgrel=3
pkgdesc="Userspace driver for the Logitech G13 Keyboard"
arch=('x86_64' 'i686')
url="https://github.com/khampf/g13"
license=('unknown')
-makedepends=('git' 'log4cpp')
+depends=('log4cpp')
+makedepends=('git')
source=("${pkgname}::git://github.com/khampf/g13" "g13.tmpfiles" "g13.service")
install="g13.install"
sha256sums=('SKIP'