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 451177708350..0187499492ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Minges <alexander.minges@gmail.com>
pkgname=libccp4
pkgver=6.5.1
-pkgrel=7
+pkgrel=8
pkgdesc="Protein X-ray crystallography toolkit - Libraries"
arch=('i686' 'x86_64')
url="http://www.ccp4.ac.uk/"
@@ -16,7 +16,7 @@ sha256sums=('280b473d950cdf8837ef66147ec581104298b892399bd856f13b096f2395dbe5')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-shared --datadir=/usr/share/ccp4 --disable-static
+ ./configure --prefix=/usr --enable-shared --datadir=/usr/share/ccp4 --disable-static --disable-fortran
make
}