Skip to content
Snippets Groups Projects
Commit 70225bd9 authored by Sertonix's avatar Sertonix Committed by Celeste
Browse files

community/owfs: use apk-tools compatible version in pkgconfig

Adding an underscore doesn't change the version for pkgconfig since it
ignores characters like underscores.
parent d0bdd877
No related branches found
No related tags found
1 merge request!73417community/owfs: use apk-tools compatible version in pkgconfig
Pipeline #265118 skipped
......@@ -3,7 +3,7 @@
pkgname=owfs
pkgver=3.2_p4
_pkgver=${pkgver//_/}
pkgrel=0
pkgrel=1
pkgdesc="OWFS — the one-wire filesystem"
url="https://github.com/owfs/owfs-doc/wiki"
arch="all"
......@@ -34,6 +34,9 @@ build() {
package() {
make DESTDIR="$pkgdir" install
# apk-tools compatible version
sed -i 's/^\(Version: .*\)p/\1_p/' "$pkgdir"/usr/lib/pkgconfig/owcapi.pc
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment