summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2017-06-06 11:56:03 -0400
committerEric Berquist2017-06-06 11:56:03 -0400
commit98fd5a4f3d546ee56e4f8d49b6f85772b5c4b47e (patch)
treeb21d5fbc47ba13d0e7656982250c1c67bd00be00 /PKGBUILD
parent31acdcadcda03b93bbd2f98764d373fc5bb7c304 (diff)
downloadaur-98fd5a4f3d546ee56e4f8d49b6f85772b5c4b47e.tar.gz
Updated to v4.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d7ea789bcdf..6659cde56ace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=cp2k
pkgname=${_name}-bin
-pkgver=3.0
+pkgver=4.1
pkgrel=1
pkgdesc="A quantum chemistry and solid state physics software package for atomistic simulations of solid state, liquid, molecular, periodic, material, crystal, and biological systems. (precompiled, OpenMP)"
arch=("x86_64")
@@ -10,11 +10,12 @@ url="https://www.cp2k.org"
license=("GPL2")
provides=("${_name}")
conflicts=("${_name}")
-source=("${_name}::https://sourceforge.net/projects/${_name}/files/precompiled/${_name}-${pkgver}-Linux-x86_64.ssmp/download")
-md5sums=('1b1d72465475bfb5a9b0e009dd129425')
+source=("https://sourceforge.net/projects/${_name}/files/precompiled/${_name}-${pkgver}-Linux-x86_64.ssmp/download")
+md5sums=('69f4d20f16758ed7f3141b218736842d')
package() {
cd "${srcdir}"
+ mv download "${_name}"
install -Dm755 "${_name}" "${pkgdir}"/usr/bin/"${_name}"
}