summarylogtreecommitdiffstats
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
parent973225f48a25fd8c7b31394e285e729356870793 (diff)
downloadaur-2e0d9c700b93ba85211b7ce5686821cf4a80ce46.tar.gz
Removed useless libsrtp submodule update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 608b3aec532e..069b973744a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libdatachannel
pkgdesc = C/C++ WebRTC Data Channels and Media Transport lightweight library
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/paullouisageneau/libdatachannel
arch = x86_64
license = LGPL
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() {