From c8361dfdfdc60cdba8d32625a46da492d6421446 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Sat, 29 Jul 2017 22:26:57 +0300 Subject: [PATCH] Fix Bumping a package header. --- packaging/updating-an-existing-package/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/updating-an-existing-package/en.md b/packaging/updating-an-existing-package/en.md index 043ff0a..adf99d1 100644 --- a/packaging/updating-an-existing-package/en.md +++ b/packaging/updating-an-existing-package/en.md @@ -8,7 +8,7 @@ This article will go over updating a package that is already in the Solus git re The instructions below assume you have cloned the package's repository using the http link provided on the respective git page, [for example nano](https://dev.solus-project.com/source/nano/). The process for submitting an updated package is the same as if it is a new package. Follow the steps [here](/articles/packaging/submitting-a-package/en). -## Bumping a packaging +## Bumping a package Bumping a package is typically done when rebuilding against a changed dependency, such as `imagemagick` needing to be rebuilt if `libwebp` changes. Additionally, it is done if changes are being made to the package, such as additional new dependencies or other modifications.