summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b8d30a2af5a..cdd8ddcd5403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=openfoam
# The distributors package name
_distpkgname=OpenFOAM
-pkgver=3.0.x
+pkgver=4.x
pkgrel=7
pkgdesc="The open source CFD toolbox"
arch=("any")
@@ -15,7 +15,7 @@ url="http://www.openfoam.org"
license=("GPL")
depends=('bzip2' 'paraview' 'parmetis' 'scotch' 'boost' 'flex' 'cgal')
-source=("git+git://github.com/OpenFOAM/OpenFOAM-3.0.x.git")
+source=("git+git://github.com/OpenFOAM/OpenFOAM-4.x.git")
install="${pkgname}.install"