summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Luz2021-10-11 01:16:10 +0200
committerMaximilian Luz2021-10-11 01:16:10 +0200
commit0b9ba2ceef744bdecb80114828f56ba6dfe0ba3f (patch)
tree373c80c0aa0fa7893c7c45a6dde0e38b366f6710
parentcec376fc0799f4386442a6b8010b36f07218d1a9 (diff)
downloadaur-0b9ba2ceef744bdecb80114828f56ba6dfe0ba3f.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d5f409b370c..eda6630642c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = surface-control-git
url = https://github.com/linux-surface/surface-control
arch = x86_64
license = MIT
+ makedepends = git
makedepends = rust
makedepends = cargo
makedepends = systemd
diff --git a/PKGBUILD b/PKGBUILD
index 5e4c69658d85..69ca6334eac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/linux-surface/surface-control'
license=('MIT')
arch=('x86_64')
depends=('gcc-libs' 'systemd-libs')
-makedepends=('rust' 'cargo' 'systemd')
+makedepends=('git' 'rust' 'cargo' 'systemd')
provides=("${_pkgname}")
conflicts=("${_pkgname}")