[pacman-dev] [PATCH 2/2] Switch Contributor line with Maintainer line.
David Campbell
davekong at archlinux.us
Sat Apr 3 23:20:00 CEST 2010
When someone is creating a new PKGBUILD he will most likely be the maintainer
not a contributor.
---
PKGBUILD-split.proto | 2 +-
PKGBUILD.proto | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/PKGBUILD-split.proto b/PKGBUILD-split.proto
index 53a3e8f..f549cfd 100644
--- a/PKGBUILD-split.proto
+++ b/PKGBUILD-split.proto
@@ -3,7 +3,7 @@
# see 'man PKGBUILD'. NOTE: Please fill out the license field for your package!
# If it is unknown, then please put 'unknown'.
-# Contributor: Your Name <youremail at domain.com>
+# Maintainer: Your Name <youremail at domain.com>
pkgname=('pkg1' 'pkg2')
pkgbase=""
pkgver=VERSION
diff --git a/PKGBUILD.proto b/PKGBUILD.proto
index 93da0fc..59b9acb 100644
--- a/PKGBUILD.proto
+++ b/PKGBUILD.proto
@@ -3,7 +3,7 @@
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.
-# Contributor: Your Name <youremail at domain.com>
+# Maintainer: Your Name <youremail at domain.com>
pkgname=NAME
pkgver=VERSION
pkgrel=1
--
1.7.0.3
More information about the pacman-dev
mailing list