summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-02-02 18:10:47 +0100
committerhaawda2022-02-02 18:10:47 +0100
commita01f5d2827a5fe3fc3f779b36544b6d7ccbd311e (patch)
tree27fb2f0771f423f9b236ad89753127f7cc52bfe1
parent50c27744af82f86c8bacab428749f19f30b6230a (diff)
downloadaur-a01f5d2827a5fe3fc3f779b36544b6d7ccbd311e.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa220f10fdf3..fb24be9d6317 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.5.0
+ pkgver = 4.5.1
pkgrel = 1
url = http://ab-initio.mit.edu/wiki/index.php/Libctl
arch = i686
@@ -8,8 +8,7 @@ pkgbase = libctl
license = LGPL
depends = bash
options = !libtool
- source = libctl-4.5.0.tar.gz::https://github.com/stevengj/libctl/archive/v4.5.0.tar.gz
- sha256sums = 5124551b3c9ed9a0ca599179f5e78318b5a7a1daa06220329a3b2963c848ba03
+ source = libctl-4.5.1.tar.gz::https://github.com/stevengj/libctl/archive/v4.5.1.tar.gz
+ sha256sums = 570aa1a17e9ec059668be72c6430c3db366e6ccad0325f0a721fec3aa9e2b4fe
pkgname = libctl
-
diff --git a/PKGBUILD b/PKGBUILD
index 91964684dbbc..50b4d1de72e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libctl
-pkgver=4.5.0
+pkgver=4.5.1
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=('5124551b3c9ed9a0ca599179f5e78318b5a7a1daa06220329a3b2963c848ba03')
+sha256sums=('570aa1a17e9ec059668be72c6430c3db366e6ccad0325f0a721fec3aa9e2b4fe')
license=('LGPL')
options=('!libtool')