summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorx1b6e62020-09-04 11:00:09 +0700
committerx1b6e62020-09-04 11:01:41 +0700
commitd4f31e6454adc600707de8ea8df7070b02566456 (patch)
tree8b9dadf1aba5fd4d3dd37c3c596eda8d0245244b
parentf9cafe73271f67b44a96d79fd7399c8ff86601df (diff)
downloadaur-d4f31e6454adc600707de8ea8df7070b02566456.tar.gz
Add conflict with aes
Signed-off-by: x1b6e6 <ftdabcde@gmail.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2df70b5cfc5d..50130059b6c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = aes-git
makedepends = cmake
depends = libgcrypt
depends = docopt
+ conflicts = aes
source = aes::git+https://github.com/x1b6e6/aes
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f72eef4211fa..c7c49e0e3532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="https://github.com/x1b6e6/aes"
license=("MIT")
depends=("libgcrypt" "docopt")
makedepends=("gcc" "make" "cmake")
+conflicts=("aes")
source=("${pkgname%-git}::git+${url}")