summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordatabase641282022-04-09 23:06:50 +0800
committerdatabase641282022-04-09 23:06:50 +0800
commitd360ed618fc2af97ad210ee7e6e3b5069c04e6ea (patch)
tree001673620af714527feadcc56f3c6bce0d1d7871 /PKGBUILD
parent2dcc90b3d9fbbcd291ff3627d0265709cce09e8c (diff)
downloadaur-uvw-git.tar.gz
🥓 Add git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3d5949af35b..0760307587da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(x86_64)
url="https://github.com/skypjack/uvw"
license=('MIT')
depends=('libuv')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
provides=('uvw')
conflicts=('uvw')
source=("$pkgname::git+$url.git")