From 0108884952415b4e7c5fe93a1422f441f4bea0aa Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 21 Dec 2014 15:48:57 +0100 Subject: test makepkg-template: Add update-version-with-newest-option Signed-off-by: Florian Pritz --- .../update-version-with-newest-option/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD (limited to 'test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD') diff --git a/test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD b/test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD new file mode 100644 index 00000000..e1687cc8 --- /dev/null +++ b/test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD @@ -0,0 +1,7 @@ +pkgname=foo +pkgver=1 + +build() { +# template start; name=perl-module; version=1.0 +# template end; +} -- cgit v1.2.3