summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2024-03-23 11:32:42 +0100
committerMichal Wojdyla2024-03-23 11:32:42 +0100
commit6807f629c1e993d5d4415019d554ad07ef5d1da0 (patch)
tree7e49e5e34e1624886ebbc0ef46d5b7de6da0fce9 /PKGBUILD
parentcae31b3a95bc5a89a8b01240b70e0b9bd2bef2a6 (diff)
downloadaur-oxdna-cuda-git.tar.gz
remove unneeded biopython dependency
https://github.com/lorenzo-rovigatti/oxDNA/commit/91d9af561a9b2474da5942e13972a5c21060b565
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e0dd2f49d11..7b76bcde6867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Constantine Evans <const@costi.eu>
-
+# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
pkgname=oxdna-cuda-git
pkgdesc="DNA/RNA/etc simulator, from lorenzo-rovigatti/oxDNA, with CUDA support and analysis tools."
url="https://github.com/lorenzo-rovigatti/oxDNA"
-pkgver=v3.6.0.r17.gffd1dd9c
+pkgver=v3.6.1.r10.g9af1214a
arch=('x86_64')
license=('GPL3')
provides=('oxdna')
conflicts=('oxdna')
pkgrel=1
-depends=('python3' 'python-matplotlib' 'python-scikit-learn' 'python-setuptools' 'python-biopython' 'ipython')
+depends=('python3' 'python-matplotlib' 'python-scikit-learn' 'python-setuptools' 'ipython')
makedepends=('git' 'cmake' 'gsl' 'cuda' 'gcc12' 'python-build' 'python-wheel' 'python-installer' 'cython' 'python-setuptools-scm')
optdepends=('python-matplotlib: for plotting')