Date: Tuesday, June 3, 2014 @ 15:37:23 Author: spupykin Revision: 112551
avoid filename conflict when using shared cache in /var/cache/pacman/src Modified: hiera/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-03 12:08:57 UTC (rev 112550) +++ PKGBUILD 2014-06-03 13:37:23 UTC (rev 112551) @@ -9,7 +9,7 @@ url="http://projects.puppetlabs.com/projects/hiera" license=('APACHE') depends=('ruby') -source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz) +source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz) backup=('etc/hiera.yaml') md5sums=('1286bd7e1d8d161146430367b105319a')
