summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-04-27 23:10:15 +0200
committerNicola Murino2019-04-27 23:10:15 +0200
commit9a473ea914f243d60ae9b80b938fdb7bd2e34190 (patch)
tree8b846f5a9eff89130272f3627d59e28e7f8d09ac
parent014099aa7fcede17d49c2c9dd93ac934fc5b9c19 (diff)
downloadaur-9a473ea914f243d60ae9b80b938fdb7bd2e34190.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cc9b2bbc1db..4b1fcabf8417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -37,7 +37,7 @@ pkgbase = mingw-w64-gst-plugins-bad
optdepends = mingw-w64-srt: Secure, Reliable, Transport client/server network source/sink plugin
optdepends = mingw-w64-curl: cURL network source and sink plugin
optdepends = mingw-w64-bzip2: bz2 stream encoder and decoder plugin
- optdepends = mingw-w64-libice: WebRTC audio/video network bin plugin
+ optdepends = mingw-w64-libnice: WebRTC audio/video network bin plugin
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 79464c394f72..2e5b9d362cbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ optdepends=(
"mingw-w64-srt: Secure, Reliable, Transport client/server network source/sink plugin"
"mingw-w64-curl: cURL network source and sink plugin"
"mingw-w64-bzip2: bz2 stream encoder and decoder plugin"
- "mingw-w64-libice: WebRTC audio/video network bin plugin"
+ "mingw-w64-libnice: WebRTC audio/video network bin plugin"
)
options=('!strip' '!buildflags' 'staticlibs')