This was already done with the prototypes in the pacman repository and should be done with these as well. --- prototypes/PKGBUILD-bzr.proto | 2 +- prototypes/PKGBUILD-cvs.proto | 2 +- prototypes/PKGBUILD-darcs.proto | 2 +- prototypes/PKGBUILD-git.proto | 2 +- prototypes/PKGBUILD-gnome.proto | 2 +- prototypes/PKGBUILD-haskell.proto | 2 +- prototypes/PKGBUILD-hg.proto | 4 ++-- prototypes/PKGBUILD-perl.proto | 2 +- prototypes/PKGBUILD-rubygem.proto | 2 +- prototypes/PKGBUILD-svn.proto | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/prototypes/PKGBUILD-bzr.proto b/prototypes/PKGBUILD-bzr.proto index d3e41fe..ac3ecf2 100644 --- a/prototypes/PKGBUILD-bzr.proto +++ b/prototypes/PKGBUILD-bzr.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines # for more information on packaging from Bazaar sources. -# Contributor: Your Name <youremail@domain.com> +# Maintainer: Your Name <youremail@domain.com> pkgname=NAME-bzr pkgver=VERSION pkgrel=1 diff --git a/prototypes/PKGBUILD-cvs.proto b/prototypes/PKGBUILD-cvs.proto index 520087d..7e93cfd 100644 --- a/prototypes/PKGBUILD-cvs.proto +++ b/prototypes/PKGBUILD-cvs.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines # for more information on packaging from CVS sources. -# Contributor: Your Name <youremail@domain.com> +# Maintainer: Your Name <youremail@domain.com> pkgname=NAME-cvs pkgver=VERSION pkgrel=1 diff --git a/prototypes/PKGBUILD-darcs.proto b/prototypes/PKGBUILD-darcs.proto index 0c3377c..821c4e2 100644 --- a/prototypes/PKGBUILD-darcs.proto +++ b/prototypes/PKGBUILD-darcs.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines # for more information on packaging from darcs sources. -# Contributor: Your Name <youremail@domain.com> +# Maintainer: Your Name <youremail@domain.com> pkgname=NAME-darcs pkgver=VERSION pkgrel=1 diff --git a/prototypes/PKGBUILD-git.proto b/prototypes/PKGBUILD-git.proto index 3bbfddb..e00363f 100644 --- a/prototypes/PKGBUILD-git.proto +++ b/prototypes/PKGBUILD-git.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines # for more information on packaging from GIT sources. -# Contributor: Your Name <youremail@domain.com> +# Maintainer: Your Name <youremail@domain.com> pkgname=NAME-git pkgver=VERSION pkgrel=1 diff --git a/prototypes/PKGBUILD-gnome.proto b/prototypes/PKGBUILD-gnome.proto index 8c7b695..c361501 100644 --- a/prototypes/PKGBUILD-gnome.proto +++ b/prototypes/PKGBUILD-gnome.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/Gnome_package_guidelines for more # information on Gnome packaging. -# Contributor: Your Name <youremail@domain.com> +# Maintainer: Your Name <youremail@domain.com> pkgname=NAME pkgver=VERSION pkgrel=1 diff --git a/prototypes/PKGBUILD-haskell.proto b/prototypes/PKGBUILD-haskell.proto index 6d7322f..cc988f2 100644 --- a/prototypes/PKGBUILD-haskell.proto +++ b/prototypes/PKGBUILD-haskell.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/Haskell_package_guidelines for more # information on Haskell packaging. -# Contributor: Your Name <youremail@domain.com> +# Maintainer: Your Name <youremail@domain.com> pkgname=NAME pkgver=VERSION pkgrel=1 diff --git a/prototypes/PKGBUILD-hg.proto b/prototypes/PKGBUILD-hg.proto index c589991..f6ee05b 100644 --- a/prototypes/PKGBUILD-hg.proto +++ b/prototypes/PKGBUILD-hg.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines # for more information on packaging from Mercurial(hg) sources. -# Contributor: Your Name <youremail@domain.com> +# Maintainer: Your Name <youremail@domain.com> pkgname=NAME-hg pkgver=VERSION pkgrel=1 @@ -57,4 +57,4 @@ build() { ./configure --prefix=/usr make make DESTDIR="$pkgdir/" install -} +} diff --git a/prototypes/PKGBUILD-perl.proto b/prototypes/PKGBUILD-perl.proto index 2f8759a..4aa765b 100644 --- a/prototypes/PKGBUILD-perl.proto +++ b/prototypes/PKGBUILD-perl.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/Perl_Package_Guidelines for more # information on Perl packaging. -# Contributor: Your Name <youremail@domain.com> +# Maintainer: Your Name <youremail@domain.com> pkgname=perl-foo-bar pkgver=VERSION pkgrel=1 diff --git a/prototypes/PKGBUILD-rubygem.proto b/prototypes/PKGBUILD-rubygem.proto index c3b5533..e1768e3 100644 --- a/prototypes/PKGBUILD-rubygem.proto +++ b/prototypes/PKGBUILD-rubygem.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/Ruby_Gem_Package_Guidelines for more # information on Ruby Gem packaging. -# Contributor: YourName <YourEmail AT example DOT com> +# Maintainer: YourName <YourEmail AT example DOT com> pkgname=ruby-GEMNAME pkgver=VERSION pkgrel=1 diff --git a/prototypes/PKGBUILD-svn.proto b/prototypes/PKGBUILD-svn.proto index 588423b..b806aca 100644 --- a/prototypes/PKGBUILD-svn.proto +++ b/prototypes/PKGBUILD-svn.proto @@ -6,7 +6,7 @@ # See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines # for more information on packaging from SVN sources. -# Contributor: Your Name <youremail@domain.com> +# Maintainer: Your Name <youremail@domain.com> pkgname=NAME-svn pkgver=VERSION pkgrel=1 -- 1.7.2.3