summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Berquist2020-03-07 17:54:33 -0500
committerEric Berquist2020-03-07 17:54:33 -0500
commit0e1230b6857e9833b5f9931eb907efb6377caee1 (patch)
tree8e6ae16549619d531557b7c946824ff870f8970f
parent342d72343c3584261b90ed765cee4feed9fa32c7 (diff)
downloadaur-0e1230b6857e9833b5f9931eb907efb6377caee1.tar.gz
version bump: 18.169 -> 20.010
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a436d1e150f6..0be36b872c10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = packmol
pkgdesc = Creates an initial point for molecular dynamics simulations by packing molecules in defined regions of space.
- pkgver = 18.169
+ pkgver = 20.010
pkgrel = 1
url = http://www.ime.unicamp.br/~martinez/packmol/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = packmol
depends = gcc-libs
depends = tcl
depends = bash
- source = packmol-18.169.tar.gz::https://github.com/mcubeg/packmol/archive/18.169.tar.gz
- sha1sums = 6489a047347479bc8b9af67e1dd2613cb75ed4cf
+ source = packmol-20.010.tar.gz::https://github.com/mcubeg/packmol/archive/20.010.tar.gz
+ sha256sums = 23285f2a9e2bef0e8253250d7eae2d4026a9535ddcc2b9b383f5ad45b19e123d
pkgname = packmol
diff --git a/PKGBUILD b/PKGBUILD
index 677a23563f41..2f0adc2ac098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Submitter: Hector Martinez-Seara Monne <hseara ##[at]## gmail?com>
pkgname=packmol
-pkgver=18.169
+pkgver=20.010
pkgrel=1
pkgdesc="Creates an initial point for molecular dynamics simulations by packing molecules in defined regions of space."
depends=("gcc-libs" "tcl" "bash")
@@ -11,7 +11,7 @@ arch=("x86_64")
license=("MIT")
url="http://www.ime.unicamp.br/~martinez/packmol/"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcubeg/packmol/archive/${pkgver}.tar.gz")
-sha1sums=('6489a047347479bc8b9af67e1dd2613cb75ed4cf')
+sha256sums=('23285f2a9e2bef0e8253250d7eae2d4026a9535ddcc2b9b383f5ad45b19e123d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"