From edce7555a6b7410d1a4da6d27d22383989306ccc Mon Sep 17 00:00:00 2001 From: Maxime Gauduin Date: Tue, 28 Jan 2014 14:49:47 +0100 Subject: Add PKGBUILD-vcs.proto This PKGBUILD proto covers the newly introduced VCS capabilities of pacman. It serves as a replacement for the current bzr, git, hg and svn protos found in ABS. Signed-off-by: Maxime Gauduin [Allan: add to Makefile.am] Signed-off-by: Allan McRae --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1f79ba9f..9321d58b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ pkgdatadir = ${datadir}/${PACKAGE} dist_pkgdata_DATA = \ proto/PKGBUILD.proto \ proto/PKGBUILD-split.proto \ + proto/PKGBUILD-vcs.proto \ proto/proto.install \ proto/ChangeLog.proto -- cgit v1.2.3-24-g4f1b