summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2022-07-17 19:15:23 +0300
committerAnton Kudelin2022-07-17 19:15:23 +0300
commitcd79da36c12537580e96213ae745694234b7b50f (patch)
treea982352eda81bcd917261eec47a49e9e8733a1d4
parentd11f5d8ef91a61ab6710f6c709b0e73c60941416 (diff)
downloadaur-cd79da36c12537580e96213ae745694234b7b50f.tar.gz
providing vmd
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f617d65f438..48ea45adcd7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vmd-src
pkgdesc = Visual Molecular Dynamics
pkgver = 1.9.4a57
- pkgrel = 1
+ pkgrel = 2
url = http://www.ks.uiuc.edu/Research/vmd/
arch = x86_64
arch = aarch64
@@ -20,6 +20,7 @@ pkgbase = vmd-src
optdepends = ospray: accelerated ray tracing for Intel CPUs
optdepends = optix: accelerated ray tracing for NVIDIA GPUs
optdepends = cuda: NVIDIA CUDA GPU acceleration functions
+ provides = vmd
conflicts = vmd
conflicts = vmd-bin
source = local://vmd-1.9.4a57.src.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 70464374608d..51ab7aa40263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=vmd-src
_pkgname=vmd
pkgver=1.9.4a57
-pkgrel=1
+pkgrel=2
pkgdesc="Visual Molecular Dynamics"
url="http://www.ks.uiuc.edu/Research/vmd/"
license=('custom')
@@ -18,6 +18,7 @@ optdepends=('openbabel: additional file formats support'
'ospray: accelerated ray tracing for Intel CPUs'
'optix: accelerated ray tracing for NVIDIA GPUs'
'cuda: NVIDIA CUDA GPU acceleration functions')
+provides=("$_pkgname")
conflicts=("$_pkgname" "$_pkgname-bin")
# You have to download the package from the VMD url
# and put it in the PKGBUILD folder.