summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-05-26 17:50:02 +0200
committerNicola Murino2020-05-26 17:50:02 +0200
commitc29fe434570fed353e125349170fe7183e41d3b2 (patch)
tree4ff4abc8c1b33af1d1ed7beab84559fe72a1f3c3
parentc5b8fb15cd3be1e9107b02009f6d35e2b2d85572 (diff)
downloadaur-c29fe434570fed353e125349170fe7183e41d3b2.tar.gz
libssp-0.dll is required at runtime so the package depends on mingw-w64-gcc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f6d5d284b36..fa4cec6f6e81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = mingw-w64-brotli
arch = any
license = MIT
makedepends = mingw-w64-cmake
- depends = mingw-w64-crt
+ depends = mingw-w64-gcc
options = !buildflags
options = !strip
options = staticlibs
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)