diff options
author | Jia Li | 2016-05-06 14:28:19 -0400 |
---|---|---|
committer | Jia Li | 2016-05-06 14:28:19 -0400 |
commit | b2ab5be2ba7c003557d94f49406c8323258628d4 (patch) | |
tree | 0fc5c706752ee723ba86df8b197b42a4d3787af5 /PKGBUILD | |
parent | fae9422ef969a7f4a95cb79df31985a8d6da77bf (diff) | |
download | aur-b2ab5be2ba7c003557d94f49406c8323258628d4.tar.gz |
fix version info
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="ALPS Core libraries for numerical simulations of condensed matter systems." arch=(i686 x86_64) url="http://alpscore.org" -license=('GPL') +license=('GPL2') depends=('cmake>=2.8.12' 'boost>=1.54.0' 'hdf5>=1.8') optdepends=('openmpi: for MPI support') provides=($pkgname=$pkgver) |