diff --git a/CHANGELOG.md b/CHANGELOG.md index e1daaec..66ff9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Each package can now only have one version in the repository at once (required by Pacman) * Packages with unknown fields in .PKGINFO are now allowed +* Old packages are now properly removed ## [0.1.0](https://git.rustybever.be/Chewing_Bever/vieter/src/tag/0.1.0) diff --git a/src/repo/repo.v b/src/repo/repo.v index 42ef3c9..f439f58 100644 --- a/src/repo/repo.v +++ b/src/repo/repo.v @@ -12,7 +12,8 @@ mut: pub: // Where to store repositories' files repos_dir string [required] - // Where packages are stored; each repository gets its own subdirectory + // Where packages are stored; each arch-repository gets its own + // subdirectory pkg_dir string [required] // The default architecture to use for a repository. Whenever a package of // arch "any" is added to a repo, it will also be added to this