[pacman-dev] [PATCH] PKGBUILD-vcs.proto: replace bzr with breezy

Allan McRae allan at archlinux.org
Sun Jul 19 08:07:51 UTC 2020


On 19/7/20 6:01 pm, Michael Straube wrote:
> The bzr package was replaced with breezy a while ago.
> Update the PKGBUILD-vcs.proto file.
> 

It was in Arch.  Not everywhere else pacman is used.   Also, breezy
provides bzr, so it still works as is.

> Signed-off-by: Michael Straube <michael.straube at posteo.de>
> ---
>  proto/PKGBUILD-vcs.proto | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/proto/PKGBUILD-vcs.proto b/proto/PKGBUILD-vcs.proto
> index ae9956a9..6a76db67 100644
> --- a/proto/PKGBUILD-vcs.proto
> +++ b/proto/PKGBUILD-vcs.proto
> @@ -16,7 +16,7 @@ url=""
>  license=('GPL')
>  groups=()
>  depends=()
> -makedepends=('VCS_PACKAGE') # 'bzr', 'git', 'mercurial' or 'subversion'
> +makedepends=('VCS_PACKAGE') # 'breezy', 'git', 'mercurial' or 'subversion'
>  provides=("${pkgname%-VCS}")
>  conflicts=("${pkgname%-VCS}")
>  replaces=()
> 


More information about the pacman-dev mailing list