summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-06-09 16:20:55 +0200
committerhaawda2018-06-09 16:20:55 +0200
commita50fa12f56ed65a14b96d96594d6a4cc36d0159d (patch)
tree2a670767fda4e8884255040b07327b17f670a2be
parentb1b8b165c0aeff4331438414200a6189f74d947b (diff)
downloadaur-a50fa12f56ed65a14b96d96594d6a4cc36d0159d.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 7a1b63497683..a9ba6b5a31d5 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.0.1
+ pkgver = 4.1.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.0.1.tar.gz::https://github.com/stevengj/libctl/archive/v4.0.1.tar.gz
- sha256sums = 59b4472b6a74e43b3d3567533256b524ef8a048fa6669939b37af04abe611554
+ source = libctl-4.1.0.tar.gz::https://github.com/stevengj/libctl/archive/v4.1.0.tar.gz
+ sha256sums = e4f47933a52cdd44f5f2e44a245f937f5709f502b14c51f9d6ffdbefde3e7d34
pkgname = libctl
diff --git a/PKGBUILD b/PKGBUILD
index 54ef402f216a..19629c2fadc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libctl
-pkgver=4.0.1
+pkgver=4.1.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=('59b4472b6a74e43b3d3567533256b524ef8a048fa6669939b37af04abe611554')
+sha256sums=('e4f47933a52cdd44f5f2e44a245f937f5709f502b14c51f9d6ffdbefde3e7d34')
license=('LGPL')
options=('!libtool')