summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-10-16 22:03:57 +0300
committerorhun2020-10-16 22:03:57 +0300
commit64c15b167a31426874d4197472bc5a54e89e4910 (patch)
tree88ee2cfd26888ed2ef8a660e331ceb62596cde45
parent6696e48c90c185205530879f01c7790a611bcce1 (diff)
downloadaur-64c15b167a31426874d4197472bc5a54e89e4910.tar.gz
upgpkg: lfs-git 0.5.1.r0.gdb844c0-1
upstream release Add conflicts and provides arrays
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3af44fb32830..a46f590122d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = lfs-git
license = MIT
makedepends = cargo
makedepends = git
+ provides = lfs
+ conflicts = lfs
source = git+https://github.com/Canop/lfs
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1420e84891b9..93444beec1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ arch=('x86_64')
url="https://github.com/Canop/lfs"
license=('MIT')
makedepends=('cargo' 'git')
+conflicts=("${pkgname%-git}")
+provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')