summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb24be9d6317..27b971d9c808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libctl
pkgdesc = A free Guile-based library implementing flexible control files for scientific simulations.
pkgver = 4.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://ab-initio.mit.edu/wiki/index.php/Libctl
arch = i686
arch = x86_64
license = LGPL
depends = bash
options = !libtool
- source = libctl-4.5.1.tar.gz::https://github.com/stevengj/libctl/archive/v4.5.1.tar.gz
+ source = libctl-4.5.1.tar.gz::https://github.com/NanoComp/libctl/archive/v4.5.1.tar.gz
sha256sums = 570aa1a17e9ec059668be72c6430c3db366e6ccad0325f0a721fec3aa9e2b4fe
pkgname = libctl
diff --git a/PKGBUILD b/PKGBUILD
index 50b4d1de72e7..582f439f681a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=libctl
pkgver=4.5.1
-pkgrel=1
+pkgrel=2
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")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NanoComp/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('570aa1a17e9ec059668be72c6430c3db366e6ccad0325f0a721fec3aa9e2b4fe')
license=('LGPL')
options=('!libtool')