summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-09-24 10:35:31 +0800
committerpingplug2018-09-24 10:35:31 +0800
commitbc1f42c08b5690ed67701dbdc37d10037005a980 (patch)
tree1ee48c539ef5f79fca3e941f1995df853455ebe4
parenteb4531f7d44174397f49e33ad5201bc9359bce5f (diff)
downloadaur-bc1f42c08b5690ed67701dbdc37d10037005a980.tar.gz
change depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b0dc39d39a..8b27c166fcfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = mingw-w64-icu
arch = any
license = custom
makedepends = mingw-w64-configure
- depends = mingw-w64-crt>=5.0.4.20170801
+ depends = mingw-w64-crt>=6.0.0
options = !strip
options = staticlibs
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index cf5b74e9cf1f..330673f9f69f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="International Components for Unicode library (mingw-w64)"
arch=('any')
url="http://site.icu-project.org"
license=('custom')
-depends=('mingw-w64-crt>=5.0.4.20170801')
+depends=('mingw-w64-crt>=6.0.0')
makedepends=('mingw-w64-configure')
options=('!strip' 'staticlibs' '!buildflags')
source=("http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz"