diff options
author | Vadim Yanitskiy | 2024-10-12 00:06:36 +0700 |
---|---|---|
committer | Vadim Yanitskiy | 2024-10-12 00:06:48 +0700 |
commit | 3907403e18d8e27bdf9f841778f69581cd4f96fb (patch) | |
tree | dc3f55c82c4791e0887d81690ee038faa3998836 /PKGBUILD | |
parent | b64337b554bc4cdfb9f58529d628a546c1cd64f0 (diff) | |
download | aur-libasn1c-git.tar.gz |
Add ${pkgname}=${pkgver} to $provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,14 +3,15 @@ pkgname=libasn1c-git pkgver=0.9.37.r0.gde520a4 -pkgrel=1 +pkgrel=2 pkgdesc="runtime library of Lev Walkin's asn1c split out as separate library" url="https://cgit.osmocom.org/libasn1c" arch=('i686' 'x86_64' 'aarch64' 'armv7h') license=('BSD-2-Clause') depends=('talloc') makedepends=('git') -provides=('libasn1c.so=1-64') +provides=("${pkgname%-git}=${pkgver}" + 'libasn1c.so=1-64') conflicts=("${pkgname%-git}") source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git") sha256sums=('SKIP') |