summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40008f65d961..c770c01fe74b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-metadynminer3d
pkgdesc = Tools to Read, Analyze and Visualize Metadynamics 3D HILLS Files from 'Plumed'
pkgver = 0.0.2
- pkgrel = 1
+ pkgrel = 4
url = https://cran.r-project.org/package=metadynminer3d
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 655cd91084cb..8c266d993b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: sukanka <su975853527@gmail.com>
# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=metadynminer3d
_pkgver=0.0.2
pkgname=r-${_pkgname,,}
pkgver=0.0.2
-pkgrel=1
+pkgrel=4
pkgdesc="Tools to Read, Analyze and Visualize Metadynamics 3D HILLS Files from 'Plumed'"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"