diff options
author | petrus | 2024-05-13 09:45:57 +0200 |
---|---|---|
committer | petrus | 2024-05-13 09:45:57 +0200 |
commit | 45be7dec46f4207fdf4615f322a1f59e83937187 (patch) | |
tree | 2e21f0591538d7bcbc13cb88577d5649b019eb85 | |
parent | 5b505023a7afe44299afa167c6d1564d9a453546 (diff) | |
download | aur-45be7dec46f4207fdf4615f322a1f59e83937187.tar.gz |
add mailctl to conflicts
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ pkgname=oama-bin _pkgname="${pkgname%-bin}" pkgver=0.10 -pkgrel=3 +pkgrel=4 pkgdesc="Provide OAuth2 renewal and authorization capabilities" arch=(x86_64 aarch64) url="https://github.com/pdobsan/${_pkgname}" @@ -20,7 +20,7 @@ optdepends=( 'gpg: OpenPGP encryption and signing tool' ) provides=(${_pkgname}) -conflicts=(${_pkgname} ${_pkgname}-git) +conflicts=(${_pkgname} ${_pkgname}-git mailctl mailctl-bin) replaces=(mailctl-bin mailctl) release=$_pkgname-$pkgver-Linux |