summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8836eff33e1..82ef08822803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="Simple comparison framework for graphics APIs"
arch=('i686' 'x86_64')
url="https://github.com/nvMcJohn/apitest"
license=('Unlicense')
-makedepends=('cmake' 'git' 'sdl2')
+makedepends=('cmake' 'git')
+depends=('sdl2')
source=('git+https://github.com/nvMcJohn/apitest.git'
sdl2.patch)
sha256sums=('SKIP'