summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schopf2019-07-18 16:54:54 +0200
committerDaniel Schopf2019-07-18 16:54:54 +0200
commitc53665aeb524e16c1c13ad3d99836f22ef62e214 (patch)
tree4e28cb89cc6779d6ea5990599cb10bf824b053d2
parent27ebcd36f37720e1addab4c2c9bceff9ea43a37a (diff)
downloadaur-c53665aeb524e16c1c13ad3d99836f22ef62e214.tar.gz
update to v2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4884aa390cf8..53a342dae0e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kim-api
pkgdesc = Online framework for reliable, reproducible and portable molecular simulations
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 1
url = https://openkim.org
install = kim-api.install
@@ -10,9 +10,9 @@ pkgbase = kim-api
makedepends = cmake
makedepends = gcc-libs
depends = bash
- source = https://s3.openkim.org/kim-api/kim-api-2.0.2.txz
+ source = https://s3.openkim.org/kim-api/kim-api-2.1.0.txz
source = Fix-Doxygen-command-error.patch
- sha512sums = 69d9c506e365f0633d539c0047bc11f057e28788644ce27083ef9772bfbce31f23519301479fe26588496d5fbe3bcc3c74aea81ddfc1e8c2c1a4d8fa56f108e8
+ sha512sums = f49535f24ad64eb53b6e7f891040694cde04cae7d183290d5ab969f8ea440932d2edad1b41d3c2672de40b152b9b1d43301879dab2e12815eac6e9dfeba54238
sha512sums = 0063cb18884a19d15261e910cc9877ff319f9c1b428023d736e34b5271f254a7eaca9b90033f80af560199e1fe363523da6afb4ee35a05af76b2760039a94cbd
pkgname = kim-api
diff --git a/PKGBUILD b/PKGBUILD
index af5a6542aa21..66f27cdeb675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Schopf <schopf.dan at gmail dot com>
pkgname=kim-api
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=1
pkgdesc="Online framework for reliable, reproducible and portable molecular simulations"
arch=("i686" "x86_64")
@@ -9,9 +9,9 @@ license=('CDDL')
depends=(bash)
makedepends=(cmake gcc-libs)
install=$pkgname.install
-source=(https://s3.openkim.org/kim-api/kim-api-2.0.2.txz
+source=(https://s3.openkim.org/kim-api/kim-api-2.1.0.txz
Fix-Doxygen-command-error.patch)
-sha512sums=('69d9c506e365f0633d539c0047bc11f057e28788644ce27083ef9772bfbce31f23519301479fe26588496d5fbe3bcc3c74aea81ddfc1e8c2c1a4d8fa56f108e8'
+sha512sums=('f49535f24ad64eb53b6e7f891040694cde04cae7d183290d5ab969f8ea440932d2edad1b41d3c2672de40b152b9b1d43301879dab2e12815eac6e9dfeba54238'
'0063cb18884a19d15261e910cc9877ff319f9c1b428023d736e34b5271f254a7eaca9b90033f80af560199e1fe363523da6afb4ee35a05af76b2760039a94cbd')
prepare() {