summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-08-10 08:52:55 +0200
committerMichel Zou2021-08-10 08:52:55 +0200
commitecc674955040acbca3aec823953171099dae7457 (patch)
tree143099578f7e588a91bf37412f79f831e58feb0c /PKGBUILD
parent6ae5ff6369de3532636135ea6b73a8c25b9a436b (diff)
downloadaur-ecc674955040acbca3aec823953171099dae7457.tar.gz
2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea7510f6a998..15f2f8c47dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-hwloc
-pkgver=2.1.0
+pkgver=2.5.0
pkgrel=1
pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures (mingw-w64)'
url='https://www.open-mpi.org/projects/hwloc/'
@@ -9,7 +9,7 @@ depends=('mingw-w64-libxml2')
makedepends=('mingw-w64-configure')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/hwloc-${pkgver}.tar.bz2")
-sha256sums=('19429752f772cf68321196970ffb10dafd7e02ab38d2b3382b157c78efd10862')
+sha256sums=('a9cf9088be085bdd167c78b73ddf94d968fa73a8ccf62172481ba9342c4f52c8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -36,8 +36,7 @@ package() {
make install DESTDIR="$pkgdir"
rm "$pkgdir"/usr/${_arch}/*.txt
rm "$pkgdir"/usr/${_arch}/bin/*.exe
- rm -r "$pkgdir"/usr/${_arch}/etc
- rm -r "$pkgdir"/usr/${_arch}/share/{doc,man}
+ rm -r "$pkgdir"/usr/${_arch}/share
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
done