Skip to content

Commit 19f7161

Browse files
committed
🚑 Fix #11, update json schema of PKGBUILD
1 parent de5adc7 commit 19f7161

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

src/termux_language_server/assets/json/PKGBUILD.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -721,49 +721,49 @@
721721
"type": "array",
722722
"items": {
723723
"type": "string"
724-
},
724+
}
725725
},
726726
"sha1sums": {
727727
"description": "Alternative integrity checks that makepkg supports; these all behave similar to the cksums option described above. To enable use and generation of these checksums, be sure to set up the INTEGRITY_CHECK option in **makepkg.conf**(5).",
728728
"type": "array",
729729
"items": {
730730
"type": "string"
731-
},
731+
}
732732
},
733733
"sha224sums": {
734734
"description": "Alternative integrity checks that makepkg supports; these all behave similar to the cksums option described above. To enable use and generation of these checksums, be sure to set up the INTEGRITY_CHECK option in **makepkg.conf**(5).",
735735
"type": "array",
736736
"items": {
737737
"type": "string"
738-
},
738+
}
739739
},
740740
"sha256sums": {
741741
"description": "Alternative integrity checks that makepkg supports; these all behave similar to the cksums option described above. To enable use and generation of these checksums, be sure to set up the INTEGRITY_CHECK option in **makepkg.conf**(5).",
742742
"type": "array",
743743
"items": {
744744
"type": "string"
745-
},
745+
}
746746
},
747747
"sha384sums": {
748748
"description": "Alternative integrity checks that makepkg supports; these all behave similar to the cksums option described above. To enable use and generation of these checksums, be sure to set up the INTEGRITY_CHECK option in **makepkg.conf**(5).",
749749
"type": "array",
750750
"items": {
751751
"type": "string"
752-
},
752+
}
753753
},
754754
"sha512sums": {
755755
"description": "Alternative integrity checks that makepkg supports; these all behave similar to the cksums option described above. To enable use and generation of these checksums, be sure to set up the INTEGRITY_CHECK option in **makepkg.conf**(5).",
756756
"type": "array",
757757
"items": {
758758
"type": "string"
759-
},
759+
}
760760
},
761761
"b2sums": {
762762
"description": "Alternative integrity checks that makepkg supports; these all behave similar to the cksums option described above. To enable use and generation of these checksums, be sure to set up the INTEGRITY_CHECK option in **makepkg.conf**(5).",
763763
"type": "array",
764764
"items": {
765765
"type": "string"
766-
},
766+
}
767767
},
768768
"groups": {
769769
"description": "An array of symbolic names that represent groups of packages, allowing you to install multiple packages by requesting a single target. For example, one could install all KDE packages by installing the *kde* group.",
@@ -910,16 +910,12 @@
910910
},
911911
"uniqueItems": true
912912
},
913-
"msys2_internal": {
914-
"type": "boolean",
915-
"description": "Whether the package is an internal or meta package and shouldn't be linked to external sources. Defaults to false."
916-
},
917913
"msys2_references": {
918914
"type": "array",
919915
"description": "Maps the package to external resources, such as other package repositories.",
920916
"items": {
921917
"type": "string",
922-
"pattern": "(archlinux|aur|cygwin|cygwin-mingw64|pypi)(|: .*)"
918+
"pattern": "(archlinux|aur|cygwin|cygwin-mingw64|pypi|gentoo|internal)(|: .*)"
923919
},
924920
"uniqueItems": true
925921
},

0 commit comments

Comments
 (0)