summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Knapp2020-12-24 18:37:49 -0800
committerJonathan Knapp2020-12-24 18:37:49 -0800
commit9db034ff14463c394a0e7cee919f775de8ced6d7 (patch)
tree3ba7a4664670c17f761ec778623e16effbdfeb1b
parent65c5f88eb2df75df77c4da139859232d7d94f2c0 (diff)
downloadaur-9db034ff14463c394a0e7cee919f775de8ced6d7.tar.gz
Fix makedeps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08cc9e45aa42..1088a3e00f54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = powder-toy-git
arch = x86_64
arch = i686
license = GPL3
- makedepends = scons
+ makedepends = meson
makedepends = libicns
depends = glibc
depends = libx11
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"