diff options
author | Deposite Pirate | 2021-06-19 19:32:43 +0200 |
---|---|---|
committer | Deposite Pirate | 2021-06-19 19:32:43 +0200 |
commit | 0e797b6eae2fa0f7e1ab0d2d8d1cf5ab4426e2d3 (patch) | |
tree | 93ccf29da203fbfaa0d3b709ca07464884b24dbd /fcp-git/PKGBUILD | |
parent | 035298e5854ec9c79140095b69646bd2188c8b5e (diff) |
* Add conflicts and provides
modified: fcp-git/.SRCINFO
modified: fcp-git/PKGBUILD
Diffstat (limited to 'fcp-git/PKGBUILD')
-rw-r--r-- | fcp-git/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fcp-git/PKGBUILD b/fcp-git/PKGBUILD index 09ffc1d..1c21c8e 100644 --- a/fcp-git/PKGBUILD +++ b/fcp-git/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=fcp pkgname=fcp-git -pkgver=v0.1.0.r0.ga1e61f7 +pkgver=v0.1.0.r2.g24dc2cb pkgrel=1 pkgdesc="A faster rust cp command" arch=('i686' 'x86_64') @@ -12,6 +12,8 @@ url="https://github.com/Svetlitski/fcp" license=('BSD') depends=('glibc' ) makedepends=('git' 'rust' 'cargo') +provides=('fcp') +conflicts=('fcp') source=("${_pkgname}::git+${url}") sha256sums=('SKIP') |