summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Spencer2019-10-18 21:47:28 +0100
committerJames Spencer2019-10-18 21:47:28 +0100
commit5f262ed5278bbe57632657f72494a3f29543cf78 (patch)
treeba5aa832752657ef8ec017be7c7ec1780e730441
parent7a06682b7b80586509330d194511b87e098e14b5 (diff)
downloadaur-5f262ed5278bbe57632657f72494a3f29543cf78.tar.gz
Update download URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2315ad3b68be..03e9a88d7c98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libxc
pkgdesc = library of exchange-correlation functionals for density-functional theory
pkgver = 4.3.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = libxc
makedepends = gcc
makedepends = gcc-fortran
options = staticlibs
- source = http://www.tddft.org/programs/octopus/down.php?file=libxc/4.3.4/libxc-4.3.4.tar.gz
+ source = http://www.tddft.org/programs/libxc/down.php?file=4.3.4/libxc-4.3.4.tar.gz
sha1sums = 8c8a8fe01ee1d2ff9868657a17f751c80534829d
pkgname = libxc
diff --git a/PKGBUILD b/PKGBUILD
index 2c94cdd5d29c..39b4818116bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=libxc
pkgver=4.3.4
-pkgrel=2
+pkgrel=3
pkgdesc="library of exchange-correlation functionals for density-functional theory"
arch=('i686' 'x86_64')
url="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc"
license=('MPL2')
makedepends=('gcc' 'gcc-fortran')
optdepends=()
-source=(http://www.tddft.org/programs/octopus/down.php?file=libxc/$pkgver/libxc-$pkgver.tar.gz)
+source=(http://www.tddft.org/programs/$pkgname/down.php?file=$pkgver/$pkgname-$pkgver.tar.gz)
sha1sums=('8c8a8fe01ee1d2ff9868657a17f751c80534829d')
options=(staticlibs)