1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-21 23:38:49 -05:00

Quote sources in PKGBUILD prototypes and example PKGBUILD

Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Jason St. John 2013-05-28 12:54:52 +02:00 committed by Allan McRae
parent dc08eca368
commit 4fadcbfab2
3 changed files with 5 additions and 5 deletions

View File

@ -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() {

View File

@ -24,8 +24,8 @@ backup=()
options=()
install=
changelog=
source=($pkgbase-$pkgver.tar.gz
$pkgname-$pkgver.patch)
source=("$pkgbase-$pkgver.tar.gz"
"$pkgname-$pkgver.patch")
noextract=()
md5sums=() #generate with 'makepkg -g'

View File

@ -24,8 +24,8 @@ backup=()
options=()
install=
changelog=
source=($pkgname-$pkgver.tar.gz
$pkgname-$pkgver.patch)
source=("$pkgname-$pkgver.tar.gz"
"$pkgname-$pkgver.patch")
noextract=()
md5sums=() #generate with 'makepkg -g'