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:
parent
dc08eca368
commit
4fadcbfab2
3 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ url="https://www.gnu.org/software/patch/patch.html"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=('base-devel')
|
groups=('base-devel')
|
||||||
depends=('glibc' 'ed')
|
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')
|
md5sums=('ee5ae84d115f051d87fcaaef3b4ae782')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -24,8 +24,8 @@ backup=()
|
||||||
options=()
|
options=()
|
||||||
install=
|
install=
|
||||||
changelog=
|
changelog=
|
||||||
source=($pkgbase-$pkgver.tar.gz
|
source=("$pkgbase-$pkgver.tar.gz"
|
||||||
$pkgname-$pkgver.patch)
|
"$pkgname-$pkgver.patch")
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=() #generate with 'makepkg -g'
|
md5sums=() #generate with 'makepkg -g'
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,8 @@ backup=()
|
||||||
options=()
|
options=()
|
||||||
install=
|
install=
|
||||||
changelog=
|
changelog=
|
||||||
source=($pkgname-$pkgver.tar.gz
|
source=("$pkgname-$pkgver.tar.gz"
|
||||||
$pkgname-$pkgver.patch)
|
"$pkgname-$pkgver.patch")
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=() #generate with 'makepkg -g'
|
md5sums=() #generate with 'makepkg -g'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue