summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Sautereau2020-12-31 19:42:35 +0100
committerThibaut Sautereau2020-12-31 22:18:41 +0100
commitfba3a4da1bb37e5d67d8a4d0efc5c14dfbe95ad7 (patch)
tree283f74e1a7502b7bcfac85e79e655afef2122bfb
parent31967462e0f8d5009da5f5f53e2fb12a46c393fe (diff)
downloadaur-fba3a4da1bb37e5d67d8a4d0efc5c14dfbe95ad7.tar.gz
Remove conflicts array
The "special variants" of a package should be the ones specifying what "regular" package they conflict with. Thanks anthraxx for the tip!
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7491175f7b3..caea5b5bc647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = hardened_malloc
checkdepends = python
makedepends = git
provides = libhardened_malloc.so
- conflicts = hardened-malloc-git
source = git+https://github.com/GrapheneOS/hardened_malloc#tag=4?signed
validpgpkeys = 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 71599c0bfd48..40f9bdcdab3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ license=('MIT')
makedepends=('git')
checkdepends=('python')
provides=('libhardened_malloc.so')
-conflicts=('hardened-malloc-git')
source=("git+https://github.com/GrapheneOS/$pkgname#tag=$pkgver?signed")
sha256sums=('SKIP')
validpgpkeys=('65EEFE022108E2B708CBFCF7F9E712E59AF5F22A') # Daniel Micay <danielmicay@gmail.com>