summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2020-02-15 23:09:07 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2020-02-15 23:09:07 +0100
commit223f069c154b88208208db1d2ea92f8854365267 (patch)
tree2d589d05323c48eede47c994d4fcdc9b5408b133
parent0dc1fb091cd8f3445dc8b284187d7f8ee793d99b (diff)
downloadpackages-223f069c154b88208208db1d2ea92f8854365267.tar.zst
mutt: add missing provides/conflicts
-rw-r--r--mutt/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt/PKGBUILD b/mutt/PKGBUILD
index 77ec005..ae7d4fb 100644
--- a/mutt/PKGBUILD
+++ b/mutt/PKGBUILD
@@ -10,6 +10,8 @@ url='http://www.mutt.org'
license=('GPL')
depends=('gpgme' 'libidn')
makedepends=('git')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("git+https://gitlab.com/muttmua/mutt.git")
sha256sums=('SKIP')