Date: Sunday, March 8, 2015 @ 04:54:27
  Author: allan
Revision: 233006

ensure unique source name

Modified:
  fakechroot/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-08 03:51:53 UTC (rev 233005)
+++ PKGBUILD    2015-03-08 03:54:27 UTC (rev 233006)
@@ -4,13 +4,13 @@
 
 pkgname=fakechroot
 pkgver=2.17.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Gives a fake chroot environment"
 arch=('i686' 'x86_64')
 url="https://github.com/dex4er/fakechroot/wiki";
 license=('LGPL')
 install=fakechroot.install
-source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
 md5sums=('e614f62972efa4654fc780ae7e4affad')
 
 

Reply via email to