summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 21:54:15 -0500
committerGuillaume Horel2019-12-16 21:54:21 -0500
commit1fcd2e2355d46971bce30c8b252a0f701aa29c8a (patch)
tree32a1dc2cd5a30527fbc35e29598b8b1ef3996745
parentd4704ddce010dd0cb8896fae4dab429d77508a3d (diff)
downloadaur-1fcd2e2355d46971bce30c8b252a0f701aa29c8a.tar.gz
fix provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4470dd79c14a..9bd4fef9e7bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = ortp-git
makedepends = cmake
makedepends = git
depends = bctoolbox>=4.3.0
- provides = ortp
+ provides = ortp=4.4.0.alpha.r1.g079d9f1
conflicts = ortp
source = git+https://github.com/BelledonneCommunications/ortp.git
sha256sums = SKIP
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")