From 2020e6297b021946c31c1e46b6ede3c4734ef85d Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 11 Oct 2009 22:32:22 +1000 Subject: makepkg: allow overriding pkgver and pkgrel in split packages Fixing a single package within a split package requires the overriding or pkgrel. In very rare (but existing) cases, it is useful to override pkgver. Partial fix for FS#15955. Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- PKGBUILD-split.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PKGBUILD-split.proto') diff --git a/PKGBUILD-split.proto b/PKGBUILD-split.proto index 11ceff2b..2d772d50 100644 --- a/PKGBUILD-split.proto +++ b/PKGBUILD-split.proto @@ -34,6 +34,8 @@ build() { package_pkg1() { # options and directives that can be overridden + pkgver= + pkgrel= pkgdesc="" license=() groups=() -- cgit v1.2.3-54-g00ecf