summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09ffc1dc33d5..1c21c8eb9b0b 100644
--- a/PKGBUILD
+++ b/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')