index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
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) |
-rw-r--r-- | test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD | 7 |
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; +} |