summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-06-30 12:49:25 +0200
committerhaawda2018-06-30 12:49:25 +0200
commit6b479405860ae3f8e3a18aa22cb8af4984d4f707 (patch)
treeaeb909a1cbc99854e810df209eda30a9c8c342ee
parenta50fa12f56ed65a14b96d96594d6a4cc36d0159d (diff)
downloadaur-6b479405860ae3f8e3a18aa22cb8af4984d4f707.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 a9ba6b5a31d5..7e84399bd6f2 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.0
+ pkgver = 4.1.1
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.0.tar.gz::https://github.com/stevengj/libctl/archive/v4.1.0.tar.gz
- sha256sums = e4f47933a52cdd44f5f2e44a245f937f5709f502b14c51f9d6ffdbefde3e7d34
+ source = libctl-4.1.1.tar.gz::https://github.com/stevengj/libctl/archive/v4.1.1.tar.gz
+ sha256sums = 72362984a11d5722cc6cba25bbc7c654ac0aca654022703809cfc8c2d8844a25
pkgname = libctl
diff --git a/PKGBUILD b/PKGBUILD
index 19629c2fadc3..da654178cddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libctl
-pkgver=4.1.0
+pkgver=4.1.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=('e4f47933a52cdd44f5f2e44a245f937f5709f502b14c51f9d6ffdbefde3e7d34')
+sha256sums=('72362984a11d5722cc6cba25bbc7c654ac0aca654022703809cfc8c2d8844a25')
license=('LGPL')
options=('!libtool')