summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-03-01 09:52:42 +0100
committerhaawda2020-03-01 09:52:42 +0100
commit50c27744af82f86c8bacab428749f19f30b6230a (patch)
tree4fdf8a4a2ca1babab3935e1e1fa6d75c14e8f44d
parent29e3065a3590b23ba27182207628373b6ec21ea3 (diff)
downloadaur-50c27744af82f86c8bacab428749f19f30b6230a.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce910d38d32b..aa220f10fdf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libctl
pkgdesc = A free Guile-based library implementing flexible control files for scientific simulations.
- pkgver = 4.4.0
+ pkgver = 4.5.0
pkgrel = 1
url = http://ab-initio.mit.edu/wiki/index.php/Libctl
arch = i686
@@ -8,8 +8,8 @@ pkgbase = libctl
license = LGPL
depends = bash
options = !libtool
- source = libctl-4.4.0.tar.gz::https://github.com/stevengj/libctl/archive/v4.4.0.tar.gz
- sha256sums = eb34dce67c3456d9b0222962dfb6bf7ee9d2cfcfe2110a6db60591a4aa333258
+ source = libctl-4.5.0.tar.gz::https://github.com/stevengj/libctl/archive/v4.5.0.tar.gz
+ sha256sums = 5124551b3c9ed9a0ca599179f5e78318b5a7a1daa06220329a3b2963c848ba03
pkgname = libctl
diff --git a/PKGBUILD b/PKGBUILD
index 6542fbab89ed..91964684dbbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libctl
-pkgver=4.4.0
+pkgver=4.5.0
pkgrel=1
arch=('i686' 'x86_64')
url="http://ab-initio.mit.edu/wiki/index.php/Libctl"
pkgdesc="A free Guile-based library implementing flexible control files for scientific simulations."
depends=('bash')
source=("$pkgname-$pkgver.tar.gz::https://github.com/stevengj/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('eb34dce67c3456d9b0222962dfb6bf7ee9d2cfcfe2110a6db60591a4aa333258')
+sha256sums=('5124551b3c9ed9a0ca599179f5e78318b5a7a1daa06220329a3b2963c848ba03')
license=('LGPL')
options=('!libtool')