[arch-commits] Commit in rapidyaml/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jan 10 08:25:23 UTC 2022
Date: Monday, January 10, 2022 @ 08:25:22
Author: alucryd
Revision: 1098997
rapidyaml 0.3.0-2: add soprovides
Modified:
rapidyaml/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-10 08:21:41 UTC (rev 1098996)
+++ PKGBUILD 2022-01-10 08:25:22 UTC (rev 1098997)
@@ -7,7 +7,7 @@
python-rapidyaml
)
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='A library to parse and emit YAML, and do it fast'
arch=(x86_64)
url='https://github.com/biojppm/rapidyaml'
@@ -26,7 +26,7 @@
source=(
git+https://github.com/biojppm/rapidyaml.git#tag=${_tag}
git+https://github.com/biojppm/c4core.git
- git+https://github.com/biojppm/cmake.git
+ c4core-cmake::git+https://github.com/biojppm/cmake.git
)
b2sums=('SKIP'
'SKIP'
@@ -44,7 +44,7 @@
git submodule update
cd ext/c4core
git submodule init
- git config submodule.cmake.url "${srcdir}"/cmake
+ git config submodule.cmake.url "${srcdir}"/c4core-cmake
git submodule update
}
@@ -63,7 +63,10 @@
gcc-libs
glibc
)
- provides=(c4core)
+ provides=(
+ libc4core.so
+ libryml.so
+ )
DESTDIR="${pkgdir}" cmake --install build
rm "${pkgdir}"/usr/{_ryml.so,ryml.py}
More information about the arch-commits
mailing list