.PKGINFO format conformity.

master
Luka Vandervelden 2019-09-04 19:49:47 +02:00
parent c15397b8bb
commit 3483577fa4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def pkginfo(package)
lines << "builddate = #{Time.utc.to_unix}"
package.dependencies.each do |atom|
lines << "depends = #{atom.to_s}"
lines << "depend = #{atom.to_s}"
end
package.provides.each do |atom|