diff options
author | Ekin Akoglu <ekinakoglu@gmail.com> | 2018-02-23 21:54:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-24 06:55:40 +0700 |
commit | d871140739d5cc40614576a5deae291fb5169a1e (patch) | |
tree | ff077cdbed11cb1bb6642654a107a0ad5ed07ef3 /office/ganttproject/ganttproject.SlackBuild | |
parent | 23a92403a0abe7208624b73deadb1046869eaa99 (diff) | |
download | slackbuilds-d871140739d5cc40614576a5deae291fb5169a1e.tar.gz |
office/ganttproject: Updated for version 2.8.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/ganttproject/ganttproject.SlackBuild')
-rw-r--r-- | office/ganttproject/ganttproject.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/ganttproject/ganttproject.SlackBuild b/office/ganttproject/ganttproject.SlackBuild index ce2fde98ba..21682e93a4 100644 --- a/office/ganttproject/ganttproject.SlackBuild +++ b/office/ganttproject/ganttproject.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ganttproject -VERSION=${VERSION:-2.8.5} +VERSION=${VERSION:-2.8.6} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# build.xml in version 2.8.3 is truncated and does not build with apache-ant +# build.xml in version 2.8.6 is truncated and does not build with apache-ant # revert it to the build.xml in version 2.7.1 patch -p0 < $CWD/build.xml.patch |