Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
autobuild3: bump to 1.5.3
Browse files Browse the repository at this point in the history
- Fixed RPMEPOCH support
  • Loading branch information
MingcongBai committed Dec 17, 2015
1 parent 2824b35 commit fa336a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ timestamp_convert(){

PKGNAME=autobuild3$( ((_GIT)) && echo "-git-$(git branch 2>/dev/null | grep '*' | sed 's/*\ //g')")
PKGEPOCH=1
PKGVER=1.5.2$( ((_GIT)) && echo "+$(timestamp_convert $(git log -1 --date=raw --pretty=format:%cd))")
PKGVER=1.5.3$( ((_GIT)) && echo "+$(timestamp_convert $(git log -1 --date=raw --pretty=format:%cd))")
PKGDES="Automatic package building tool."
PKGRECOM="distcc ccache"
PKGDEP="dpkg bash rpm apt coreutils autoconf automake autogen spdx-licenses"
Expand Down

0 comments on commit fa336a0

Please sign in to comment.