summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-03-30 21:35:31 -0400
committerGuillaume Horel2020-03-30 21:35:31 -0400
commit3d10eae3f92bce82325a7ecb3a4a953aef33fe3f (patch)
tree4cc8c19d146fa005429d154a056532fa245f2260
parent90e9a6edb81c810ed08fefb4ac7a056bdac0383d (diff)
downloadaur-3d10eae3f92bce82325a7ecb3a4a953aef33fe3f.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b587d526a7dc..a5fa1234d00a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mediastreamer-git
pkgdesc = A modular sound and video processing and streaming library
- pkgver = 4.4.0.alpha.r2.g1119a608
+ pkgver = 4.4.0.alpha.r40.g6bfb9896
pkgrel = 1
url = https://github.com/BelledonneCommunications/mediastreamer2
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = mediastreamer-git
depends = libsrtp
depends = libxv
depends = mbedtls
- depends = ortp>=4.3
+ depends = ortp>=4.4.0
depends = zxing-cpp
- provides = mediastreamer=4.4.0.alpha.r2.g1119a608
+ provides = mediastreamer=4.4.0.alpha.r40.g6bfb9896
conflicts = mediastreamer
source = git+https://github.com/BelledonneCommunications/mediastreamer2.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 963c9a1eecb5..46ce2e579d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mediastreamer-git
_pkgname=mediastreamer2
-pkgver=4.4.0.alpha.r2.g1119a608
+pkgver=4.4.0.alpha.r40.g6bfb9896
pkgrel=1
pkgdesc="A modular sound and video processing and streaming library"
arch=('x86_64')
@@ -14,7 +14,7 @@ url="https://github.com/BelledonneCommunications/mediastreamer2"
license=('GPL')
conflicts=('mediastreamer')
provides=("mediastreamer=$pkgver")
-depends=('bctoolbox>=4.3' 'bcg729-git' 'bcmatroska2-git' 'bzrtp>=4.3' 'ffmpeg' 'glew' 'libjpeg-turbo' 'libsrtp' 'libxv' 'mbedtls' 'ortp>=4.3' 'zxing-cpp')
+depends=('bctoolbox>=4.3' 'bcg729-git' 'bcmatroska2-git' 'bzrtp>=4.3' 'ffmpeg' 'glew' 'libjpeg-turbo' 'libsrtp' 'libxv' 'mbedtls' 'ortp>=4.4.0' 'zxing-cpp')
makedepends=('cmake' 'doxygen' 'git')
source=("git+https://github.com/BelledonneCommunications/mediastreamer2.git")
sha256sums=('SKIP')