summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennard Hofmann2020-02-09 13:09:31 +0100
committerLennard Hofmann2020-02-09 13:09:31 +0100
commita0b4490a41ec6fcd47aa4a6d74a80b8753b2085f (patch)
treed45b151a65646a9ee5e59d459e3a79f1452143e1
parentfbcd2ecce0ec99416b5d3fd84c11c77355e182fa (diff)
downloadaur-a0b4490a41ec6fcd47aa4a6d74a80b8753b2085f.tar.gz
Remove provides and conflicts …
so that sor-git and walk-git are not in conflict.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f293c94ffcef..b004c932da64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,6 @@ pkgbase = walk-sor-git
makedepends = git
depends = bash
depends = glibc
- provides = walk-sor
- conflicts = walk-sor
source = git+https://github.com/google/walk
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 82b908a57ee1..f5d287e30762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://github.com/google/$_reponame"
license=(Apache)
depends=(bash glibc)
makedepends=(git)
-provides=("${pkgbase%-git}")
-conflicts=("${pkgbase%-git}")
+# provides=("${pkgbase%-git}")
+# conflicts=("${pkgbase%-git}")
source=("git+$url")
sha256sums=('SKIP')