summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schopf2020-02-24 17:15:16 +0100
committerDaniel Schopf2020-02-24 17:15:16 +0100
commitcbaff092cd4b8926df54bae66dbf57781b4e7f95 (patch)
tree30c18c48bdd5089b5a758cd05d9dde299fb7e40a
parent689dfb206d070dd0f067cb28318b755c651ca868 (diff)
downloadaur-cbaff092cd4b8926df54bae66dbf57781b4e7f95.tar.gz
Update name of the models package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--kim-api.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9d6139093d2..95d543ce575a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kim-api
pkgdesc = Online framework for reliable, reproducible and portable molecular simulations
pkgver = 2.1.3
- pkgrel = 2
+ pkgrel = 3
url = https://openkim.org
install = kim-api.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1489f30d203a..d031e5b32b04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Schopf <schopf.dan at gmail dot com>
pkgname=kim-api
pkgver=2.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Online framework for reliable, reproducible and portable molecular simulations"
arch=("i686" "x86_64")
url="https://openkim.org"
diff --git a/kim-api.install b/kim-api.install
index 6165881a1b0c..77ad56a09fb3 100644
--- a/kim-api.install
+++ b/kim-api.install
@@ -15,7 +15,7 @@ yellow="${bold}$(tput setaf 3)"
post_install() {
note "KIM API has been installed with some example models."
note "Additional models can be installed using the 'kim-api-collections-management' utility."
- note "(All) models from OpenKIM.org are available in the kim-api-models package."
+ note "(All) models from OpenKIM.org are available in the openkim-models package."
}
post_upgrade() {