diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-12-21 15:48:57 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-11 18:58:25 +1000 |
commit | 0108884952415b4e7c5fe93a1422f441f4bea0aa (patch) | |
tree | babc49508986c264136f8d5fb896749304559694 /test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD | |
parent | d5f703729f60b604eec0e2d7bc59bb6cc273e66f (diff) |
test makepkg-template: Add update-version-with-newest-option
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD')
-rw-r--r-- | test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |