summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-10-24 22:27:46 -0400
committerAndrew Sun2018-10-24 22:27:46 -0400
commit747005f280f9dd9022a4533dfbd8f204f2529fff (patch)
tree09ca4a61b0bc2e7b351ff83055b275d49781ce1d
parent0d2c7399cf37a5b63a03ec70e220e4e1f5aaf0ab (diff)
downloadaur-747005f280f9dd9022a4533dfbd8f204f2529fff.tar.gz
mingw-w64-c-ares: update to 1.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--0002-Add-static-pkg-config.patch4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd2d56f93d01..a83ae92776c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-c-ares
pkgdesc = C library that performs DNS requests and name resolves asynchronously (mingw-w64)
- pkgver = 1.14.0
+ pkgver = 1.15.0
pkgrel = 1
url = https://c-ares.haxx.se/
arch = any
@@ -11,13 +11,13 @@ pkgbase = mingw-w64-c-ares
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz
+ source = https://github.com/c-ares/c-ares/archive/cares-1_15_0.tar.gz
source = 0001-Use-RPM-compiler-options.patch
source = 0002-Add-static-pkg-config.patch
source = 0003-fix-cmake-targets.patch
- sha256sums = 62dd12f0557918f89ad6f5b759f0bf4727174ae9979499f5452c02be38d9d3e8
+ sha256sums = 7deb7872cbd876c29036d5f37e30c4cbc3cc068d59d8b749ef85bb0736649f04
sha256sums = f00faa8723fd530b027f96b987ef19138628a49afdf52ffb0554b36156fc9d74
- sha256sums = dc785a9786172ca64aea3c90b3b491089bf952dae1317be0d757f2dcc5645996
+ sha256sums = f181a2556cf28a0cbc948cd58a7bcf0c3c3cef01370d0f0fa6b3915f62d05d56
sha256sums = 5810001abdd4acb8ae725dedb4d67874c3e2935775ecba30469a2a79c76fd6a0
pkgname = mingw-w64-c-ares
diff --git a/0002-Add-static-pkg-config.patch b/0002-Add-static-pkg-config.patch
index 1999fc2cd31b..3071da47cf6b 100644
--- a/0002-Add-static-pkg-config.patch
+++ b/0002-Add-static-pkg-config.patch
@@ -18,13 +18,13 @@ index 364db1a..3fa6ddc 100644
TODO ares_build.h.in cares.rc README.msvc $(MSVCFILES) \
$(CSOURCES) $(HHEADERS) config-dos.h acountry.1 adig.1 ahost.1 INSTALL.md \
CMakeLists.txt ares_build.h.cmake ares_config.h.cmake c-ares-config.cmake.in \
-@@ -67,7 +67,7 @@ DIST_SUBDIRS = test
+@@ -68,7 +68,7 @@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcares.pc
-
+pkgconfig_DATA += libcares-static.pc
- CARES_VERSION_INFO = -version-info 4:0:2
+ CARES_VERSION_INFO = -version-info 5:0:3
# This flag accepts an argument of the form current[:revision[:age]]. So,
# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
diff --git a/buildconf b/buildconf
diff --git a/PKGBUILD b/PKGBUILD
index 6d8b43668f1c..e795d8b81346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=mingw-w64-c-ares
-pkgver=1.14.0
+pkgver=1.15.0
pkgrel=1
pkgdesc="C library that performs DNS requests and name resolves asynchronously (mingw-w64)"
arch=('any')
@@ -14,9 +14,9 @@ source=("https://github.com/c-ares/c-ares/archive/cares-${pkgver//./_}.tar.gz"
"0001-Use-RPM-compiler-options.patch"
"0002-Add-static-pkg-config.patch"
"0003-fix-cmake-targets.patch")
-sha256sums=('62dd12f0557918f89ad6f5b759f0bf4727174ae9979499f5452c02be38d9d3e8'
+sha256sums=('7deb7872cbd876c29036d5f37e30c4cbc3cc068d59d8b749ef85bb0736649f04'
'f00faa8723fd530b027f96b987ef19138628a49afdf52ffb0554b36156fc9d74'
- 'dc785a9786172ca64aea3c90b3b491089bf952dae1317be0d757f2dcc5645996'
+ 'f181a2556cf28a0cbc948cd58a7bcf0c3c3cef01370d0f0fa6b3915f62d05d56'
'5810001abdd4acb8ae725dedb4d67874c3e2935775ecba30469a2a79c76fd6a0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"