summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-11-20 17:16:16 +0100
committerhaawda2018-11-20 17:16:16 +0100
commit3ec5fbaf724796d97f8e5f45c6f73605b02c1cb9 (patch)
treee80c45a7ff69e10e3fcf3ba7a4228f657afead7e
parenta16e7d89d17113a4c03303312a2b7f1149531427 (diff)
downloadaur-3ec5fbaf724796d97f8e5f45c6f73605b02c1cb9.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 f2f2aa5a77bc..352fdfa930a5 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.1.2
+ pkgver = 4.1.4
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.1.2.tar.gz::https://github.com/stevengj/libctl/archive/v4.1.2.tar.gz
- sha256sums = 684474731eadd5dd7cccad241051e605d93af3d7bb5d45d34bc92f6951f6bfa5
+ source = libctl-4.1.4.tar.gz::https://github.com/stevengj/libctl/archive/v4.1.4.tar.gz
+ sha256sums = 76f5933e74151486e0c51bd881987ab87d1299a0dea2c4f088ba5a6fc118590b
pkgname = libctl
diff --git a/PKGBUILD b/PKGBUILD
index 9a05e974ea43..40ae066f02b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libctl
-pkgver=4.1.2
+pkgver=4.1.4
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=('684474731eadd5dd7cccad241051e605d93af3d7bb5d45d34bc92f6951f6bfa5')
+sha256sums=('76f5933e74151486e0c51bd881987ab87d1299a0dea2c4f088ba5a6fc118590b')
license=('LGPL')
options=('!libtool')