Skip to content

Commit

Permalink
Disable pacstall due to failing parsing
Browse files Browse the repository at this point in the history
Some `url` fields became null:

```
  {
    "name": "cmake-data-deb",
    "visibleName": "Cmake Data",
    "description": "CMake data files (modules, templates and documentation)",
    "maintainer": {
      "name": "Zahrun",
      "email": "Zahrun@github.com"
    },
    "version": "3.25.1",
    "url": null,
    "recipeUrl": "https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/cmake-data-deb/cmake-data-deb.pacscript",
    "packageDetailsUrl": "https://pacstall.dev/packages/cmake-data-deb",
    "type": "Debian Native",
    "patches": []
  },
```
  • Loading branch information
AMDmi3 committed May 31, 2024
1 parent e676156 commit 70c2a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos.d/pacstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
url: https://pacstall.dev/
- desc: Default pacscripts repository
url: https://github.com/pacstall/pacstall-programs
groups: [ all, production ]
groups: [ all ]

0 comments on commit 70c2a74

Please sign in to comment.