Skip to content

Commit

Permalink
Merge pull request #1863 from t6/patch-tzst
Browse files Browse the repository at this point in the history
Allow tzst in schema v2 too
  • Loading branch information
evadot committed Jul 24, 2020
2 parents c98721e + db89507 commit ab21dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpkg/pkg_repo_meta.c
Expand Up @@ -168,7 +168,7 @@ pkg_repo_meta_open_schema_v2()
"version = {type = integer};\n"
"maintainer = {type = string};\n"
"source = {type = string};\n"
"packing_format = {enum = [txz, tbz, tgz, tar]};\n"
"packing_format = {enum = [tzst, txz, tbz, tgz, tar]};\n"
"manifests = {type = string};\n"
"conflicts = {type = string};\n"
"fulldb = {type = string};\n"
Expand Down

0 comments on commit ab21dfb

Please sign in to comment.