summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelgeS2021-03-11 21:50:39 +0100
committerGitHub2021-03-11 15:50:39 -0500
commitbc7cb55cdcdd7cebc4ba96ead4f3d0bef8a585f0 (patch)
tree37716be4c2201affc7a288ffc5622a8868062e96
parentec41e01614bd83bc4f200bf347d44b44cdf77781 (diff)
downloadaur-bc7cb55cdcdd7cebc4ba96ead4f3d0bef8a585f0.tar.gz
Fix: ERROR: conflicts is not allowed to be empty. (#116)
Remove `conflicts` clause since this package does not conflict.
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4ae74d17379..f9e02de50dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,6 @@ optdepends=()
makedepends=('cmake' 'git' 'vtk')
_name=yolo_mark
provides=('yolo-mark')
-conflicts=('')
source=("git+https://github.com/AlexeyAB/yolo_mark.git")
md5sums=('SKIP')