summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-27 23:58:13 +0100
committerhaawda2017-11-27 23:58:13 +0100
commit380567246288f0dac17e614d22cd8b1d297013c8 (patch)
treefcea583f6bc42137788512114f9752a850f3c0e3
parent23c2fb8afe2f40462e457b95588897052139a3be (diff)
downloadaur-380567246288f0dac17e614d22cd8b1d297013c8.tar.gz
adopted, project uses github now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e57fc1585c19..644fd4ee3fb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libctl
pkgdesc = A free Guile-based library implementing flexible control files for scientific simulations.
pkgver = 3.2.2
- pkgrel = 3
+ pkgrel = 4
url = http://ab-initio.mit.edu/wiki/index.php/Libctl
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = libctl
depends = guile1.8
depends = gcc-fortran
options = !libtool
- source = http://ab-initio.mit.edu/libctl/libctl-3.2.2.tar.gz
+ source = https://github.com/stevengj/libctl/files/1323238/libctl-3.2.2.tar.gz
md5sums = 5fd7634dc9ae8e7fa70a68473b9cbb68
pkgname = libctl
diff --git a/PKGBUILD b/PKGBUILD
index e8491bbc036e..badb8ac06f88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Contributor: Tom K <tomk@runbox.com>
-# Maintainer: Aaron Ali <t0nedef@causal.ca>
-# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
+# Contributor: Aaron Ali <t0nedef@causal.ca>
+# Contributor: Lucas H. Gabrielli <heitzmann@gmail.com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libctl
pkgver=3.2.2
-pkgrel=3
+pkgrel=4
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=('guile1.8' 'gcc-fortran')
-source=(http://ab-initio.mit.edu/$pkgname/$pkgname-$pkgver.tar.gz)
+source=("https://github.com/stevengj/$pkgname/files/1323238/$pkgname-$pkgver.tar.gz")
md5sums=('5fd7634dc9ae8e7fa70a68473b9cbb68')
-url="http://ab-initio.mit.edu/wiki/index.php/Libctl"
license=('GPL')
options=('!libtool')