summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2020-05-26 17:50:02 +0200
committerNicola Murino2020-05-26 17:50:02 +0200
commitc29fe434570fed353e125349170fe7183e41d3b2 (patch)
tree4ff4abc8c1b33af1d1ed7beab84559fe72a1f3c3 /PKGBUILD
parentc5b8fb15cd3be1e9107b02009f6d35e2b2d85572 (diff)
downloadaur-c29fe434570fed353e125349170fe7183e41d3b2.tar.gz
libssp-0.dll is required at runtime so the package depends on mingw-w64-gcc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 260725d2b828..f648a017536f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Brotli compression library (mingw-w64)'
arch=('any')
license=('MIT')
url='https://github.com/google/brotli'
-depends=('mingw-w64-crt')
+depends=('mingw-w64-gcc')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=(https://github.com/google/brotli/archive/v$pkgver.tar.gz)