summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-10-29 12:10:27 +0000
committerWorMzy Tykashi2017-10-29 12:12:11 +0000
commit788fb20e20aa1e8092aedd0ba2ac49e0b19da509 (patch)
tree7ff95f4e41c7c3ca2e61bca594f61bb2615d739a
parent4e5f8ba44a86ef467bfa1d98e618bffad970f85c (diff)
downloadaur-788fb20e20aa1e8092aedd0ba2ac49e0b19da509.tar.gz
Fix source naming
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e465d45961f..3866d54c0784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,7 +29,7 @@ pkgbase = freshplayerplugin
depends = pango
depends = v4l-utils
depends = pepper-flash
- source = https://github.com/i-rinat/freshplayerplugin/archive/v0.3.7.tar.gz
+ source = freshplayerplugin-0.3.7.tar.gz::https://github.com/i-rinat/freshplayerplugin/archive/v0.3.7.tar.gz
sha1sums = e7f9bf791a3d70e386eb98f3e7c6478a891bff29
pkgname = freshplayerplugin
diff --git a/PKGBUILD b/PKGBUILD
index b85d65924239..0f4d2b98eb55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=('alsa-lib' 'cairo' 'ffmpeg' 'freetype2' 'glib2' 'icu' 'jack'
'libxcursor' 'libxrandr' 'libxrender' 'openssl' 'pango'
'v4l-utils' 'pepper-flash')
makedepends=('libdrm' 'cmake' 'ragel')
-source=("${url}/archive/v${pkgver}.tar.gz")
+source=($pkgname-$pkgver.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
sha1sums=('e7f9bf791a3d70e386eb98f3e7c6478a891bff29')
build() {