.PKGINFO format conformity.
parent
c15397b8bb
commit
3483577fa4
|
@ -23,7 +23,7 @@ def pkginfo(package)
|
||||||
lines << "builddate = #{Time.utc.to_unix}"
|
lines << "builddate = #{Time.utc.to_unix}"
|
||||||
|
|
||||||
package.dependencies.each do |atom|
|
package.dependencies.each do |atom|
|
||||||
lines << "depends = #{atom.to_s}"
|
lines << "depend = #{atom.to_s}"
|
||||||
end
|
end
|
||||||
|
|
||||||
package.provides.each do |atom|
|
package.provides.each do |atom|
|
||||||
|
|
Reference in New Issue