summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Knapp2020-12-24 18:37:49 -0800
committerJonathan Knapp2020-12-24 18:37:49 -0800
commit9db034ff14463c394a0e7cee919f775de8ced6d7 (patch)
tree3ba7a4664670c17f761ec778623e16effbdfeb1b /PKGBUILD
parent65c5f88eb2df75df77c4da139859232d7d94f2c0 (diff)
downloadaur-9db034ff14463c394a0e7cee919f775de8ced6d7.tar.gz
Fix makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e40917157cae..c111617328cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ arch=(x86_64 i686)
provides=('powder-toy')
conflicts=('powder-toy')
depends=('glibc' 'libx11' 'sdl2' $_lua 'fftw' 'bzip2' 'zlib' 'hicolor-icon-theme')
-makedepends=('scons' 'libicns')
+makedepends=('meson' 'libicns')
url="http://powdertoy.co.uk/"
license=('GPL3')
source=("${_ogname}::git+https://github.com/ThePowderToy/The-Powder-Toy.git#branch=$_branch"