summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58e23969e15b..df26cc92ab5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
pkgname=bump2version
pkgver=1.0.0
-pkgrel=1
-pkgdesc='Version-bump your software with a single command!'
+pkgrel=2
+pkgdesc='Version-bump your software with a single command! (bumpversion community fork)'
+provides=('bumpversion')
conflicts=('bumpversion')
arch=('any')
url='https://github.com/c4urself/bump2version'