index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | contrib/bacman.in | 3 |
diff --git a/contrib/bacman.in b/contrib/bacman.in index 991acb00..b4e3b4ba 100755 --- a/contrib/bacman.in +++ b/contrib/bacman.in @@ -220,6 +220,9 @@ while read i; do %REPLACES%) echo "replaces = $i" >> .PKGINFO ;; + %EPOCH%) + echo "epoch = $i" >> .PKGINFO + ;; %FORCE%) echo "force = true" >> .PKGINFO ;; |