29 Oct
2012
29 Oct
'12
8:10 a.m.
On Thu, Oct 25, 2012 at 03:20:58PM +0200, Alexander Rødseth wrote:
Signed-off-by: Alexander Rødseth <rodseth@gmail.com> --- proto/PKGBUILD-split.proto | 2 +- proto/PKGBUILD.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/proto/PKGBUILD-split.proto b/proto/PKGBUILD-split.proto index c52d98c..d400da7 100644 --- a/proto/PKGBUILD-split.proto +++ b/proto/PKGBUILD-split.proto @@ -11,7 +11,7 @@ pkgrel=1 epoch= pkgdesc='' arch=() -url="" +url='' license=('GPL') groups=() depends=()
Excuse me, but don't we want to consider that most urls use some sort of expansion concerning $pkgname, $pkgver and other variables case by case? It seems to me single quotes won't be able of doing that. cheers! mar77i