summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-01-19 11:05:02 +0100
committerhaawda2019-01-19 11:05:02 +0100
commitaeb7a1d953d0b06ef511d0c667125a870c077978 (patch)
treed87defea8f72b5972d03ce51a36bed358ed5dea1
parent3ec5fbaf724796d97f8e5f45c6f73605b02c1cb9 (diff)
downloadaur-aeb7a1d953d0b06ef511d0c667125a870c077978.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 352fdfa930a5..87e1fc424ef1 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.4
+ pkgver = 4.2.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.1.4.tar.gz::https://github.com/stevengj/libctl/archive/v4.1.4.tar.gz
- sha256sums = 76f5933e74151486e0c51bd881987ab87d1299a0dea2c4f088ba5a6fc118590b
+ source = libctl-4.2.0.tar.gz::https://github.com/stevengj/libctl/archive/v4.2.0.tar.gz
+ sha256sums = ca75d76bbbacd92b902b2ce64927bba0ed36d21372ae752ba7e23571289008b7
pkgname = libctl
diff --git a/PKGBUILD b/PKGBUILD
index 40ae066f02b6..0b2f6e82c108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libctl
-pkgver=4.1.4
+pkgver=4.2.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=('76f5933e74151486e0c51bd881987ab87d1299a0dea2c4f088ba5a6fc118590b')
+sha256sums=('ca75d76bbbacd92b902b2ce64927bba0ed36d21372ae752ba7e23571289008b7')
license=('LGPL')
options=('!libtool')