K 10 svn:author V 4 manu K 8 svn:date V 27 2020-08-06T16:13:54.605582Z K 7 svn:log V 315 pkgbase: Add a new variable PKG_TIMESTAMP libarchive uses the SOURCE_DATE_EPOCH env variable to set the date of file in an archive, this is useful for reproducibility. Add a variable name PKG_TIMESTAMP that take a epoch time and set SOURCE_DATE_EPOCH to this. By default it is the current time so no changes here. END