summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2018-09-10 10:56:33 +0200
committerjakob2018-09-10 10:56:33 +0200
commit6becb580456360755397d14ebf0c9722931edabb (patch)
treeb4a1a0d6893e762dd6bf91c8aa1862df245e89ab
parent7a18904f9d90c4eb3a3dba414e6cfc2b23b6caf1 (diff)
downloadaur-6becb580456360755397d14ebf0c9722931edabb.tar.gz
Add gcc-libs to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c44b1e6fdd4e..d716e5b4e35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
arch=(any)
depends=(mingw-w64-{crt,curl,libssh2,openssl,zlib})
-makedepends=(mingw-w64-cmake)
+makedepends=(mingw-w64-cmake gcc-libs)
conflicts=(mingw-w64-libgit2)
provides=(mingw-w64-libgit2)
options=(staticlibs !buildflags !strip)