summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43939291f0df..b85ddfe180ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = vrrtest-git
url = https://github.com/Nixola/VRRTest
arch = x86_64
license = zlib
+ makedepends = git
depends = love
source = vrrtest_src::git+https://github.com/Nixola/VRRTest.git
source = vrrtest
@@ -14,4 +15,3 @@ pkgbase = vrrtest-git
sha256sums = SKIP
pkgname = vrrtest-git
-
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'