summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Scheirer2016-07-07 19:24:17 -0400
committerMatthew Scheirer2016-07-07 19:24:17 -0400
commit6b2839cc4c9aba7d11be47b4536d3aa293218a12 (patch)
treec3c7ec5de26b1420f96bd8ea418f47dec1c31d1f
parentbfec413ee22824492d8ed6db690750cb13404f9a (diff)
downloadaur-6b2839cc4c9aba7d11be47b4536d3aa293218a12.tar.gz
Change deps to release libusrsctp
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 404e2a2a4201..6b51d7dfa1d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 01:18:57 UTC 2016
+# Thu Jul 7 23:23:50 UTC 2016
pkgbase = gst-plugins-openwebrtc
pkgdesc = OpenWebRTC specific GStreamer plugins
pkgver = 0.3.0
@@ -10,7 +10,7 @@ pkgbase = gst-plugins-openwebrtc
groups = gst-plugins
license = BSD
depends = gst-plugins-base-libs
- depends = libusrsctp-git
+ depends = libusrsctp
provides = gst-plugins-openwebrtc
conflicts = gst-plugins-openwebrtc-git
source = https://github.com/EricssonResearch/openwebrtc-gst-plugins/archive/v0.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4bb15ec38db5..326e68b88107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(i386 x86_64)
url="https://github.com/EricssonResearch/openwebrtc-gst-plugins"
license=('BSD')
groups=(gst-plugins)
-depends=(gst-plugins-base-libs libusrsctp-git)
+depends=(gst-plugins-base-libs libusrsctp)
provides=(gst-plugins-openwebrtc)
conflicts=(gst-plugins-openwebrtc-git)
source=("https://github.com/EricssonResearch/$_remote/archive/v$pkgver.tar.gz")