summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomebody12342021-05-01 16:56:55 +1000
committersomebody12342021-05-01 16:56:55 +1000
commita3330fd6333957aab0743f46e672b308d250c16e (patch)
treea3724ec47a2e76f14f6559f328815c3c721ecf05 /PKGBUILD
parentd2cb1d1c6de83a8955973f317a3881b879c00149 (diff)
downloadaur-a3330fd6333957aab0743f46e672b308d250c16e.tar.gz
chore: add make and gcc to makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2291f0c6b528..5266c40f7b84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/ValveSoftware/Proton/"
license=('BSD')
depends=('python2' 'wine-valve')
optdepends=()
-makedepends=('git')
+makedepends=('git' 'make' 'gcc')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${pkgname}::git+https://github.com/ValveSoftware/Proton.git" "wined3d-interop.h")