summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2023-11-14 22:24:09 +0100
committerMarcell Meszaros2023-11-14 22:24:09 +0100
commitb2ded09dfa49b949b6e2c7c5580e0ba40083ab3f (patch)
tree68e2cc3e8acefbc970e01761921ad0b492c9ec0e
parentb7e6c84177d316ac78bbbb74ea2a8801644a4000 (diff)
downloadaur-b2ded09dfa49b949b6e2c7c5580e0ba40083ab3f.tar.gz
remove ucsf-chimera from dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e34ac7133ea..c446c4377ffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,6 @@ pkgbase = molprobity-git
depends = php
depends = python
depends = tcsh
- depends = ucsf-chimera
provides = molprobity
conflicts = molprobity
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 5653dcd660b7..24291f93e910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ depends=(
'php'
'python'
'tcsh'
- 'ucsf-chimera'
+# 'ucsf-chimera'
)
makedepends=(
'curl'