1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

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:
Jason St. John 2014-02-01 19:04:07 -05:00 committed by Allan McRae
parent edce7555a6
commit 3dc87ec59a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ changelog=
source=("$pkgbase-$pkgver.tar.gz"
"$pkgname-$pkgver.patch")
noextract=()
md5sums=() #generate with 'makepkg -g'
md5sums=()
prepare() {
cd "$pkgname-$pkgver"

View File

@ -27,7 +27,7 @@ changelog=
source=("$pkgname-$pkgver.tar.gz"
"$pkgname-$pkgver.patch")
noextract=()
md5sums=() #generate with 'makepkg -g'
md5sums=()
prepare() {
cd "$pkgname-$pkgver"