summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2448085b8bc8..bcbb1a86fcff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = duckstation-git
arch = x86_64
arch = aarch64
license = GPL3
+ makedepends = git
+ makedepends = cmake
makedepends = extra-cmake-modules
makedepends = qt5-tools
depends = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 5d1fef484143..207762a34fdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@ pkgrel=1
arch=('x86_64' 'aarch64')
url="https://github.com/stenzek/duckstation"
license=('GPL3')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'qt5-tools')
depends=('sdl2' 'qt5-base')
-makedepends=('extra-cmake-modules' 'qt5-tools')
optdepends=(
)
provides=('duckstation')