summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-04-27 23:11:02 +0200
committerNicola Murino2019-04-27 23:11:02 +0200
commit30e2963808b7c0bd135b9d3ce308e0cdcf40c684 (patch)
tree6db4f6283e8b4b9ffcb183c32010bda27e6da34b
parent18ed97ccb5b1dc7693067d97a3159810abb47184 (diff)
downloadaur-30e2963808b7c0bd135b9d3ce308e0cdcf40c684.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 971b2d535b8a..7e05f37c216b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -38,7 +38,7 @@ pkgbase = mingw-w64-gst-plugins-bad-git
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
conflicts = mingw-w64-gst-plugins-bad
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 08f59a4f5378..5111c1ef11bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,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')
conflicts=('mingw-w64-gst-plugins-bad')