summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')