summaryrefslogtreecommitdiffstats
path: root/contrib/bacman.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bacman.in')
-rwxr-xr-xcontrib/bacman.in3
1 files changed, 3 insertions, 0 deletions
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
;;