1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-13 12:55:08 -05:00
pacman/test/scripts/makepkg-template-tests/update-version-with-newest-option/PKGBUILD
Florian Pritz 0108884952 test makepkg-template: Add update-version-with-newest-option
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-01-11 18:58:25 +10:00

8 lines
98 B
Bash

pkgname=foo
pkgver=1
build() {
# template start; name=perl-module; version=1.0
# template end;
}