xbps-create: do not add a build-date property to packages.

This commit is contained in:
Enno Boland
2015-08-19 16:05:51 +02:00
parent 7ed6a8940f
commit 9de0d8a60d
5 changed files with 2 additions and 25 deletions

View File

@@ -29,10 +29,6 @@ digraph pkg_props_dictionary {
instsize -> instsize_value;
instsize_value [style=filled,fillcolor="yellowgreen",label="389120"];
instsize [label="installed_size"];
main -> builddate [label="string"];
builddate [label="build_date"];
builddate -> builddate_value;
builddate_value [style=filled,fillcolor="yellowgreen",label="Friday 27 May, 2011, 06:58:13 UTC"];
main -> short_desc [label="string"]
short_desc -> shortdesc_val;
shortdesc_val [style=filled,fillcolor="yellowgreen",label="The XBPS package system utilities"];