git » python-html5lib.git » commit 4141f22

fix file names to avoid shared source cache conflicts

author Sergej Pupykin
2015-03-02 11:37:09 UTC
committer Sergej Pupykin
2015-03-02 11:37:09 UTC
parent 6cea559808cffde9f78cb6db7d25c2374455314d

fix file names to avoid shared source cache conflicts

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 99cdf00..57a56f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
 url="https://github.com/html5lib"
 license=('MIT')
 makedepends=('python2' 'python' 'unzip')
-source=(https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
+source=($pkgbase-$pkgver.tar.gz::https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
     LICENSE)
 md5sums=('f74b320f10d74df9cca8a08b42cb278c'
          '838c366f69b72c5df05c96dff79b35f2')