summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2024-04-25Partially revert "minor fixed/improvements"MithicSpirit
This partially reverts commit 4072a8f9b21fe1c6e133949a85d7b0202c86ab08. Submodules still need to be manually updated.
2024-03-09minor fixed/improvementsMithicSpirit
2023-08-24remove cl-asdf makedependencyMithicSpirit
This is already provided by sbcl, but makepkg still prompts about whether to use sbcl or ecl for this, which I was getting very annoyed with.
2023-04-28Bump pkgrelMithicSpirit
2023-01-10bump pkgrelMithicSpirit
2023-01-08Rename to nyxt (from nyxt-browser)MithicSpirit
2022-07-12Update to be more in-line with nyxt packageMithicSpirit
Main change is that conflicts and provides were both changed to nyxt, though some other things also received minor changes. Also considering moving this package to nyxt-git in the near future. Please let me know if there are any issues with the changes.
2022-04-01Fix webkit2gtk dependency, overall improvementsMithicSpirit
- Changes webkit2gtk to webkit2gtk-4.1 - Installs all licenses (ASSET-LICENSE, SOURCE-LICENSE, as well as any others that are added to the correct ./licenses/ directory in the nyxt source code) - Fixes license field to custom:BSD instead of BSD-3 - Changes pkgver variable to "latest" to emphasize that this always pulls from the latest git commit (pkgver() function will still set the correct version at build-time) Thank you to @e-v for most of these!
2021-08-08Fix dependenciesMithicSpirit
Adds `gobject-introspection-runtime` to `depends` array. Also sorts dependencies alphabetically.
2020-06-10Initial commitGoliathLabs