summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-12-26 16:20:55 +0100
committerMichel Zou2018-12-26 16:20:55 +0100
commitbc0ffdfd8fe1348d9167e078bb26166b57d4a99a (patch)
treea83ecf3766068d3b1f09bb3f5a229162dfc45b8b
parentafb0f15301981c702644f11d0b3c470ffbbd7054 (diff)
downloadaur-bc0ffdfd8fe1348d9167e078bb26166b57d4a99a.tar.gz
crt
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f57677167ea..4e0fc297ee39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,7 @@ pkgbase = mingw-w64-zstd
license = BSD
license = GPL2
makedepends = mingw-w64-cmake
- depends = mingw-w64-zlib
- depends = mingw-w64-xz
- depends = mingw-w64-lz4
+ depends = mingw-w64-crt
options = staticlibs
options = !buildflags
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 0a6279bc9501..7b9b492d8c6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Zstandard - Fast real-time compression algorithm (mingw-w64)"
url="http://www.zstd.net/"
arch=('any')
license=('BSD' 'GPL2')
-depends=('mingw-w64-zlib' 'mingw-w64-xz' 'mingw-w64-lz4')
+depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz")