summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2018-06-12 14:13:02 -0400
committerAndrew Sun2018-06-12 14:13:02 -0400
commitdabccdf1ea60d984902da3933cd7d815d80fdee7 (patch)
treee16a68108ac4ef7d7d8d94c48efb13e82a27b2f4 /PKGBUILD
parentd337e2536a0d27ff044218d33082b9a67e3cc592 (diff)
downloadaur-dabccdf1ea60d984902da3933cd7d815d80fdee7.tar.gz
mingw-w64-atk: add missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4afed7e481b..fc0dd7e77268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A library providing a set of interfaces for accessibility (mingw-w64)"
arch=('any')
url="https://developer.gnome.org/atk/"
license=('LGPL2')
-makedepends=('mingw-w64-gcc' 'mingw-w64-configure')
+makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'python')
depends=('mingw-w64-crt' 'mingw-w64-glib2')
options=('!strip' '!buildflags' 'staticlibs')
source=("http://ftp.gnome.org/pub/gnome/sources/atk/${pkgver%.*}/atk-${pkgver}.tar.xz")