summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornfnty2019-07-25 11:59:08 +0100
committernfnty2019-07-25 11:59:08 +0100
commit86e702c586c78210d49e591fd90f9337d2fcad10 (patch)
treec0cc3a895bcf94b4b51172fbfea7bf7671f75265
parentb53e3977e2311b1f4876240d2b9d5dba26a22b57 (diff)
downloadaur-tini.tar.gz
Remove `pkgname` from `provides` and `conflicts`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a854c60587b2..fea433243e7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,6 @@ pkgbase = tini
makedepends = cmake
makedepends = gcc
depends = glibc
- provides = tini
- conflicts = tini
source = tini::git+https://github.com/krallin/tini.git#commit=fec3683b971d9c3ef73f284f176672c44b448662
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 919acb00f86a..ea2ad7c02ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,6 @@ license=('MIT')
depends=('glibc')
makedepends=('git' 'cmake' 'gcc')
-provides=("${pkgname[0]%-git}")
-conflicts=("${pkgname[0]%-git}")
source=("${_srcname}::git+${url}.git#commit=${_commit}")
sha512sums=('SKIP')