summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Spencer2021-09-03 13:06:05 +0100
committerJames Spencer2021-09-03 13:06:05 +0100
commit4ce6c0a1d8ccaa3512b5aa261d76a8a8bbf18db1 (patch)
treefa0d2b4bcc4aa02ba7c48de263f617dd9ee473db
parent03198b75a4e00d92b2c71b8b79726c39b601e5d6 (diff)
downloadaur-4ce6c0a1d8ccaa3512b5aa261d76a8a8bbf18db1.tar.gz
Add aarch64 to list of architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52450ef1941c..3ee2dd7345a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = libxc
pkgdesc = A library of exchange-correlation functionals for density-functional theory
pkgver = 5.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.tddft.org/programs/libxc
arch = i686
arch = x86_64
+ arch = aarch64
license = MPL2
makedepends = gcc
makedepends = gcc-fortran
diff --git a/PKGBUILD b/PKGBUILD
index 68eca2715ef1..9b5455d753d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=libxc
pkgver=5.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="A library of exchange-correlation functionals for density-functional theory"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://www.tddft.org/programs/libxc"
license=('MPL2')
makedepends=('gcc' 'gcc-fortran')