[arch-commits] Commit in openmp/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat Apr 11 05:17:41 UTC 2020
Date: Saturday, April 11, 2020 @ 05:17:40
Author: foutrelis
Revision: 379989
upgpkg: openmp 10.0.0-1: new upstream release
Modified:
openmp/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-11 05:13:56 UTC (rev 379988)
+++ PKGBUILD 2020-04-11 05:17:40 UTC (rev 379989)
@@ -1,8 +1,8 @@
# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
pkgname=openmp
-pkgver=9.0.1
-pkgrel=3
+pkgver=10.0.0
+pkgrel=1
pkgdesc="LLVM OpenMP Runtime Library"
arch=('x86_64')
url="https://openmp.llvm.org/"
@@ -9,14 +9,9 @@
license=('custom:Apache 2.0 with LLVM Exception')
depends=('glibc' 'libelf' 'libffi')
makedepends=('cmake' 'ninja')
-
-_source_base=https://releases.llvm.org/$pkgver
-if [[ ${pkgver##*.} != 0 ]]; then
- _source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-fi
-
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('5c94060f846f965698574d9ce22975c0e9f04c9b14088c3af5f03870af75cace'
+sha256sums=('3b9ff29a45d0509a1e9667a0feb43538ef402ea8cfc7df3758a01f20df08adfa'
'SKIP')
validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg <hans at chromium.org>
validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard <tstellar at redhat.com>
@@ -42,6 +37,7 @@
DESTDIR="$pkgdir" ninja install
install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ rm "$pkgdir/usr/lib/libarcher_static.a"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list