summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-08-01 08:06:57 -0400
committerYour Name2023-08-01 08:09:04 -0400
commitd55748a143d2ce53c290ea5616f12c73a874c774 (patch)
tree7d01b1fb51114e9257c6a105c6b4e99fb1ff1874
parent0c0193d03d7dd264fa3b403bf767d814f2350e0b (diff)
downloadaur-d55748a143d2ce53c290ea5616f12c73a874c774.tar.gz
Add conflict with non-git easyterm
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd15ce9e76f0..8be3de1adc08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('git' 'qt5-serialport' 'qt5-base')
optdepends=()
provides=(easyterm)
replaces=(easyterm)
-conflicts=()
+conflicts=(easyterm)
source=("${pkgname}::git+https://github.com/marker5a/EasyTerm.git")
md5sums=('SKIP')