summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul-Louis Ageneau2021-07-19 20:16:39 +0200
committerPaul-Louis Ageneau2021-07-19 20:16:39 +0200
commit2e0d9c700b93ba85211b7ce5686821cf4a80ce46 (patch)
tree7658ee18c79577a0e27352a011c8007bdf2228b4 /PKGBUILD
parent973225f48a25fd8c7b31394e285e729356870793 (diff)
downloadaur-2e0d9c700b93ba85211b7ce5686821cf4a80ce46.tar.gz
Removed useless libsrtp submodule update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6daa8d9bd73e..304014f22e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libdatachannel
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="C/C++ WebRTC Data Channels and Media Transport lightweight library"
arch=('x86_64')
url="https://github.com/paullouisageneau/$pkgname"
@@ -17,7 +17,7 @@ md5sums=('SKIP')
prepare() {
cd $pkgname
- git submodule update --init --recursive "$srcdir"/"$pkgname"/deps/{libsrtp,usrsctp,plog}
+ git submodule update --init --recursive "$srcdir"/"$pkgname"/deps/{usrsctp,plog}
}
build() {