summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosé Rebelo2022-08-07 14:35:21 +0100
committerJosé Rebelo2022-08-07 14:35:21 +0100
commit079dc66fdd145a12f467ec4b1141e737147245ee (patch)
tree91a872d86cda57fbd3a9ff2d62ab4cdf354379d4 /PKGBUILD
parentcf231fcf2656bf1f28150bf97dbca4776cb10866 (diff)
downloadaur-vrrtest-git.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b5e4aa3c7a4..ab76a44883cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgdesc='A very small utility to test variable refresh rate.'
arch=('x86_64')
url='https://github.com/Nixola/VRRTest'
license=('zlib')
+makedepends=('git')
depends=('love')
source=(
'vrrtest_src::git+https://github.com/Nixola/VRRTest.git'