Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
openucx


Commits:
7db43ce1 by Jakub Klinkovský at 2024-04-28T17:30:44+02:00
upgpkg: 1.16.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = openucx
        pkgdesc = Communication framework for data-centric and high-performance 
applications
-       pkgver = 1.15.0
-       pkgrel = 4
+       pkgver = 1.16.0
+       pkgrel = 1
        url = http://www.openucx.org
        arch = x86_64
        license = BSD-3-Clause
@@ -20,7 +20,7 @@ pkgbase = openucx
        provides = libucs.so
        provides = libucs_signal.so
        provides = libuct.so
-       source = 
openucx-1.15.0.tar.gz::https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz
-       sha256sums = 
e3082101dd61b2482390e7917b390f0fe9ecf399a839d97ee025ee559e6cb12d
+       source = 
openucx-1.16.0.tar.gz::https://github.com/openucx/ucx/archive/refs/tags/v1.16.0.tar.gz
+       sha256sums = 
bf1c1ce6583ea1ab805feceb000157dc1fb825a60ddac0fbd9a329a010f9ad72
 
 pkgname = openucx


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _name=ucx
 pkgname=openucx
-pkgver=1.15.0
-pkgrel=4
+pkgver=1.16.0
+pkgrel=1
 pkgdesc="Communication framework for data-centric and high-performance 
applications"
 arch=(x86_64)
 url="http://www.openucx.org";
@@ -32,7 +32,7 @@ provides=(
   libuct.so
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openucx/$_name/archive/refs/tags/v$pkgver.tar.gz";)
-sha256sums=('e3082101dd61b2482390e7917b390f0fe9ecf399a839d97ee025ee559e6cb12d')
+sha256sums=('bf1c1ce6583ea1ab805feceb000157dc1fb825a60ddac0fbd9a329a010f9ad72')
 
 build() {
   local configure_options=(
@@ -70,5 +70,5 @@ package() {
   make DESTDIR="$pkgdir" install -C $_name-$pkgver
 
   # install the license
-  install -Dm644 $_name-$pkgver/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -vDm 644 $_name-$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openucx/-/commit/7db43ce1e475b809362e9a0005ede4f432030866

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openucx/-/commit/7db43ce1e475b809362e9a0005ede4f432030866
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to