proto: Remove recommendation of "makepkg -g" in comments
This recommendation encouraged the practice of not checking the checksums provided upstream. Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
edce7555a6
commit
3dc87ec59a
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ changelog=
|
|||
source=("$pkgbase-$pkgver.tar.gz"
|
||||
"$pkgname-$pkgver.patch")
|
||||
noextract=()
|
||||
md5sums=() #generate with 'makepkg -g'
|
||||
md5sums=()
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
|
@ -27,7 +27,7 @@ changelog=
|
|||
source=("$pkgname-$pkgver.tar.gz"
|
||||
"$pkgname-$pkgver.patch")
|
||||
noextract=()
|
||||
md5sums=() #generate with 'makepkg -g'
|
||||
md5sums=()
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Add table
Reference in a new issue