summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 21:54:15 -0500
committerGuillaume Horel2019-12-16 21:54:21 -0500
commit1fcd2e2355d46971bce30c8b252a0f701aa29c8a (patch)
tree32a1dc2cd5a30527fbc35e29598b8b1ef3996745 /PKGBUILD
parentd4704ddce010dd0cb8896fae4dab429d77508a3d (diff)
downloadaur-1fcd2e2355d46971bce30c8b252a0f701aa29c8a.tar.gz
fix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44cc44ce4ec5..d29d54412922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64')
url="https://github.com/BelledonneCommunications/ortp"
license=('GPL3')
conflicts=('ortp')
-provides=('ortp')
+provides=("ortp=$pkgver")
depends=('bctoolbox>=4.3.0')
makedepends=('cmake' 'git')
source=("git+https://github.com/BelledonneCommunications/ortp.git")