mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix the depends
This commit is contained in:
parent
2ae455f856
commit
eb439312d0
2 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ pkgdesc="an advanced molecular editor designed for cross-platform use in computa
|
|||
url="http://openchemistry.org/projects/avogadro2"
|
||||
arch=("x86_64")
|
||||
license=("BSD-3-Clause")
|
||||
depends=("avogadrolibs" "desktop-file-utils")
|
||||
depends=("avogadro2libs" "desktop-file-utils")
|
||||
makedepends=("cmake" "eigen" "git")
|
||||
install=avogadro2.install
|
||||
conflicts=("${pkgname}")
|
||||
|
|
|
@ -6,3 +6,5 @@ update_on:
|
|||
- source: github
|
||||
github: OpenChemistry/avogadroapp
|
||||
use_max_tag: true
|
||||
repo_depends:
|
||||
- avogadro2libs
|
||||
|
|
Loading…
Add table
Reference in a new issue