summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchala2017-02-26 00:56:59 -0800
committerSchala2017-02-26 00:56:59 -0800
commit8f7a89e07687b3941a34d4798cc37a790c2f7d56 (patch)
tree7aa44c88018d0abe7b710fdd61dc22433b5bb843 /PKGBUILD
parentfceaeaa4d212e8c4294ab4524c22f661b3c8e7bd (diff)
downloadaur-8f7a89e07687b3941a34d4798cc37a790c2f7d56.tar.gz
mingw-w64-gettext is not a make-only dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fca79f7ad00c..214f6ef12714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Renato Silva <br.renatosilva@gmail.com>
pkgname=mingw-w64-glib2
pkgver=2.50.3
-pkgrel=1
+pkgrel=2
_commit=9da3e7226d20715962f679812ce7632513b7e06c
arch=(any)
pkgdesc="Low level core library (mingw-w64)"
-depends=(mingw-w64-libffi mingw-w64-pcre)
-makedepends=(mingw-w64-configure python mingw-w64-gettext shared-mime-info mingw-w64-zlib git)
+depends=(mingw-w64-libffi mingw-w64-pcre mingw-w64-gettext)
+makedepends=(mingw-w64-configure python shared-mime-info mingw-w64-zlib git)
license=("LGPL")
options=(!strip !buildflags staticlibs !emptydirs)
url="http://www.gtk.org/"