1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

Add epoch to PKGBUILD prototypes

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Allan McRae 2010-10-30 10:42:41 +10:00 committed by Dan McGee
parent d4bab6f8fc
commit 970ffbb4c7
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pkgname=('pkg1' 'pkg2')
pkgbase=BASE
pkgver=VERSION
pkgrel=1
epoch=
pkgdesc=""
arch=()
url=""

View File

@ -7,6 +7,7 @@
pkgname=NAME
pkgver=VERSION
pkgrel=1
epoch=
pkgdesc=""
arch=()
url=""