diff options
-rwxr-xr-x | lib/mysql-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions index 2a6eda8..4e0ce93 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -395,6 +395,7 @@ mysql_generate_package_metadata() { pkgrel=$( grep '^pkgrel = ' "${temp_dir}/ARCHINFO ${pkgname} ${arch}" | \ cut -d' ' -f3 | \ + sed 's/\.[0-9]\+$//' | \ base64_encode_each ) epoch=$( |