summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Scheirer2018-03-28 17:09:27 -0400
committerMatthew Scheirer2018-03-28 17:09:27 -0400
commit4c9beab52bb5e6144612e1a34b8b198ea9971efc (patch)
tree6f48e57a0d8e4da46b03352b3ae1f773c200f955
parent6b2839cc4c9aba7d11be47b4536d3aa293218a12 (diff)
downloadaur-4c9beab52bb5e6144612e1a34b8b198ea9971efc.tar.gz
Rename archive uniquely
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b51d7dfa1d7..93a66fd3b290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jul 7 23:23:50 UTC 2016
+# Wed Mar 28 21:09:02 UTC 2018
pkgbase = gst-plugins-openwebrtc
pkgdesc = OpenWebRTC specific GStreamer plugins
pkgver = 0.3.0
@@ -13,7 +13,7 @@ pkgbase = gst-plugins-openwebrtc
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
+ source = gst-plugins-openwebrtc-0.3.0.tar.gz::https://github.com/EricssonResearch/openwebrtc-gst-plugins/archive/v0.3.0.tar.gz
sha256sums = 72829906ad3d588cf0a260712a74b25ffd773ea623f67b9d4423da32e07e4180
pkgname = gst-plugins-openwebrtc
diff --git a/PKGBUILD b/PKGBUILD
index 326e68b88107..920b4d0071f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ groups=(gst-plugins)
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")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/EricssonResearch/$_remote/archive/v$pkgver.tar.gz")
sha256sums=('72829906ad3d588cf0a260712a74b25ffd773ea623f67b9d4423da32e07e4180')
build() {