summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Martinez-Seara2019-04-16 11:45:00 +0200
committerHector Martinez-Seara2019-04-16 11:45:00 +0200
commit9b1946ebfaf094b2f62fc032f6ed7dd03718dc16 (patch)
tree4b769a581c42e52955cb49896e6fac3e9f20a71e
parent2bacb3c61c32323d1a1d2e5d4ba877497da9c38f (diff)
downloadaur-9b1946ebfaf094b2f62fc032f6ed7dd03718dc16.tar.gz
Add xxd to makedepend through vim
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e38a77769016..95c63a2c7635 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = plumed
pkgdesc = An open source plugin for free energy calculations in molecular systems which works together with some of the most popular molecular dynamics engines.
pkgver = 2.5.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.plumed.org/
arch = i686
arch = x86_64
license = GPL
+ makedepends = vim
depends = lapack
depends = zlib
depends = gsl
diff --git a/PKGBUILD b/PKGBUILD
index 1455d4df3c53..5deb39f579c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=plumed
pkgver=2.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="An open source plugin for free energy calculations in molecular systems which works together with some of the most popular molecular dynamics engines."
url="http://www.plumed.org/"
license=("GPL")
arch=(i686 x86_64)
depends=('lapack' 'zlib' 'gsl' 'netcdf')
optdepends=('vmd-molfile-plugins: Add capability to read vmd compatible trajectories')
-makedepends=()
+makedepends=('vim')
provides=('plumed')
#install=$pkgname.install
source=( https://github.com/plumed/plumed2/releases/download/v${pkgver}/plumed-${pkgver}.tgz)