diff options
-rw-r--r-- | fcp-git/.SRCINFO | 4 | ||||
-rw-r--r-- | fcp-git/PKGBUILD | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/fcp-git/.SRCINFO b/fcp-git/.SRCINFO index 72e8298..d8d9c78 100644 --- a/fcp-git/.SRCINFO +++ b/fcp-git/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = fcp-git pkgdesc = A faster rust cp command - pkgver = v0.1.0.r0.ga1e61f7 + pkgver = v0.1.0.r2.g24dc2cb pkgrel = 1 url = https://github.com/Svetlitski/fcp arch = i686 @@ -10,6 +10,8 @@ pkgbase = fcp-git makedepends = rust makedepends = cargo depends = glibc + provides = fcp + conflicts = fcp source = fcp::git+https://github.com/Svetlitski/fcp sha256sums = SKIP 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') |