From 4fadcbfab2c8fbc78d7ca5d824b86ae0043d42fa Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Tue, 28 May 2013 12:54:52 +0200 Subject: Quote sources in PKGBUILD prototypes and example PKGBUILD Signed-off-by: Jason St. John Signed-off-by: Allan McRae --- doc/PKGBUILD-example.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/PKGBUILD-example.txt b/doc/PKGBUILD-example.txt index 9ab5dff9..00dd8b13 100644 --- a/doc/PKGBUILD-example.txt +++ b/doc/PKGBUILD-example.txt @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/patch/patch.html" license=('GPL') groups=('base-devel') depends=('glibc' 'ed') -source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz) +source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('ee5ae84d115f051d87fcaaef3b4ae782') build() { -- cgit v1.2.3-24-g4f1b