summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnonymous Coward2021-02-16 23:07:43 +0100
committerAnonymous Coward2021-02-16 23:07:43 +0100
commited2c601434ec12617f40ed23fbface5c0d127fd7 (patch)
treefabbdc65ba5bf709023d20f7ce756593d15ad20c /PKGBUILD
parent82b2e3b74c260845c7781061aa9596f2bb9f49a8 (diff)
downloadaur-ed2c601434ec12617f40ed23fbface5c0d127fd7.tar.gz
Fix makedepends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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')