summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2025-04-29 11:25:50 +0000
committerAUR updater2025-04-29 11:25:50 +0000
commit2ffa0154843efedb94d7fc13522d0b62f9b9b224 (patch)
tree6f1d1aa90447c1f86176a5b8a0d9161dc789ea70 /PKGBUILD
parent3ae02ceabb0b6bf61404cbb88220b0a13d0049c8 (diff)
downloadaur-pymoldyn.tar.gz
Update to version 0.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96e239743f2e..ab1dd66f7585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="pymoldyn"
-pkgver="0.11.0"
+pkgver="0.11.1"
pkgrel="1"
pkgdesc="A molecule viewer with cavity computation."
arch=("x86_64")
@@ -24,7 +24,7 @@ makedepends=(
"python-wheel"
)
source=("https://github.com/sciapp/pyMolDyn/archive/v${pkgver}.tar.gz")
-sha256sums=("c88b16a279e53384263a9077032f67fb4544bbe7d2ed99c30e04f7c3cff0b9f2")
+sha256sums=("9b3dbb0356ad87810ab0da3250e37d70fac68433a78e5b98ea1643c25c39a75b")
build() {
cd "${srcdir}/pyMolDyn-${pkgver}" || return