summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-02-24 08:49:45 +0100
committerMichel Zou2019-02-24 08:49:45 +0100
commit09999e71351de115d74738a5f13a1d4e95456864 (patch)
tree265575f93237e89c824028a38b4a830ddaa9a01f
parent89d63f49a8f191eef9b3283031ae5d9d1d436f43 (diff)
downloadaur-09999e71351de115d74738a5f13a1d4e95456864.tar.gz
2.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b427d62fc348..28c083031007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-coin-or-coinutils
pkgdesc = COIN-OR collection of utility classes (mingw-w64)
- pkgver = 2.10.14
+ pkgver = 2.11.0
pkgrel = 1
url = https://projects.coin-or.org/CoinUtils
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-coin-or-coinutils
options = !buildflags
options = !strip
options = staticlibs
- source = https://www.coin-or.org/download/source/CoinUtils/CoinUtils-2.10.14.tgz
- sha256sums = 85a99b70b0271c0409c2b10299529ffa1623b176ee0ba1567c46d7fc17371628
+ source = https://www.coin-or.org/download/source/CoinUtils/CoinUtils-2.11.0.tgz
+ sha256sums = 621505d5e71ebb01f4f0568479ab1bd90e552caf890b68c479f26e89f4be5d9a
pkgname = mingw-w64-coin-or-coinutils
diff --git a/PKGBUILD b/PKGBUILD
index 605dac514c0f..0fc22be6a056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-coin-or-coinutils
-pkgver=2.10.14
+pkgver=2.11.0
pkgrel=1
pkgdesc="COIN-OR collection of utility classes (mingw-w64)"
arch=(any)
@@ -11,7 +11,7 @@ makedepends=(mingw-w64-configure)
options=('!buildflags' '!strip' 'staticlibs')
groups=(coin-or)
source=("https://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz")
-sha256sums=('85a99b70b0271c0409c2b10299529ffa1623b176ee0ba1567c46d7fc17371628')
+sha256sums=('621505d5e71ebb01f4f0568479ab1bd90e552caf890b68c479f26e89f4be5d9a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -32,5 +32,7 @@ package() {
PKG_CONFIG_PATH_CUSTOM="$pkgdir"/usr/${_arch}/lib/pkgconfig/ \
make DESTDIR="$pkgdir" install
rm -r "$pkgdir"/usr/${_arch}/share
+ ${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
+ ${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
done
}