summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSukanka2022-06-27 12:48:39 +0800
committerSukanka2022-06-27 12:48:39 +0800
commit61fee9df2227a90b0b49dfcd092aa27b7357baa7 (patch)
treecaefa6a0335810cdc75afb683f5e5583608a794b /PKGBUILD
parent55c285f886ce324a46fc659cf4e4dbda53d60b36 (diff)
downloadaur-apitest-git.tar.gz
fix depends
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'