summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfossdd2021-06-27 11:08:10 +0000
committerfossdd2021-06-27 11:08:10 +0000
commit596803e397b97569ff614465ffc84fda3ce36c7d (patch)
tree8e723a67f55b21264f4fc12debb98c960dbc05de /PKGBUILD
parent629089760d3366e1416bd271461d1b2582c36522 (diff)
downloadaur-596803e397b97569ff614465ffc84fda3ce36c7d.tar.gz
conflicts with coreutils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adac07e6730b..d0a40d101bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=(MIT)
arch=(x86_64)
depends=()
makedepends=(vlang make)
-conflicts=() # Conflicts in a way with 'coreutils' but it's required by Arch Linux
+conflicts=(coreutils)
provides=(false true) # Please update if new commands are commited
source=("git+https://github.com/vlang/coreutils.git")
sha256sums=('SKIP')