summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2023-02-05 18:58:39 +0100
committerMarcin Wieczorek2023-02-05 18:58:39 +0100
commiteb13948ff7de709cbf6182e473d7495d59d03646 (patch)
tree128bddd97d04a087a681a4a5d627295f254d9926 /PKGBUILD
parent329f03513904b9cdafcb8bd0d59e62596d79d2ba (diff)
downloadaur-eb13948ff7de709cbf6182e473d7495d59d03646.tar.gz
added cmake to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8862bd44020..613da94a2ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/wb2osz/direwolf"
license=('GPL')
depends=('alsa-lib' 'gpsd')
-makedepends=('make' 'gcc' 'patch')
+makedepends=('cmake' 'gcc' 'patch')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/wb2osz/direwolf/archive/refs/tags/1.6.tar.gz"
'dwgpsd.patch'