[arch-commits] Commit in rapidyaml/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jan 10 08:21:36 UTC 2022
Date: Monday, January 10, 2022 @ 08:21:35
Author: alucryd
Revision: 1098995
upgpkg: rapidyaml 0.3.0-1
Modified:
rapidyaml/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-10 08:13:57 UTC (rev 1098994)
+++ PKGBUILD 2022-01-10 08:21:35 UTC (rev 1098995)
@@ -6,7 +6,7 @@
rapidyaml
python-rapidyaml
)
-pkgver=v0.3.0
+pkgver=0.3.0
pkgrel=1
pkgdesc='A library to parse and emit YAML, and do it fast'
arch=(x86_64)
@@ -17,8 +17,9 @@
git
ninja
python-setuptools
+ python-setuptools-git
python-setuptools-scm
- #python-cmake-build-extension
+ python-cmake-build-extension
swig
)
_tag=ee581f85707da11eb25e48fc0b7f161167d58a7e
@@ -33,7 +34,7 @@
pkgver() {
cd rapidyaml
- git describe --tags
+ git describe --tags | sed 's/^v//'
}
prepare() {
More information about the arch-commits
mailing list