summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--Make.sys2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39d8f2b1cbe6..d8cc5a576fcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xcrysden
pkgdesc = crystalline and molecular structure visualisation program
pkgver = 1.6.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.xcrysden.org/
arch = x86_64
license = GPL2
@@ -21,7 +21,7 @@ pkgbase = xcrysden
source = Make.sys
sha256sums = 811736ee598bec1a5b427fd10e4e063a30dd7cadae96a43a50b36ce90a4f503f
sha256sums = 26be6f6d22bed326612f2b9c4b049a32bc9ebe57926254eac1d0e5ee46cb9ca5
- sha256sums = 693422f9c625f51300778acd782d2ec3248b51c796cb08e917728d014fd7413f
+ sha256sums = 0d2f5e60f694e0c71f0cdb265cbd753cd73dcbf1fc708cb35a844248c3a509f2
pkgname = xcrysden
diff --git a/Make.sys b/Make.sys
index eb58763130bf..b2d8c5f0a2b8 100644
--- a/Make.sys
+++ b/Make.sys
@@ -16,7 +16,7 @@ MAKE = make
#------------------------------------------------------------------------
# compilers & flags
#------------------------------------------------------------------------
-CFLAGS = -ffast-math -funroll-loops -fPIC -DUSE_FONTS -pedantic -Wall -DUSE_INTERP_RESULT
+CFLAGS = -ffast-math -funroll-loops -fPIC -DUSE_FONTS -pedantic -Wall -DUSE_INTERP_RESULT -fcommon -O2
CC = gcc -g
#LDLIB = -ldl
MATH = -lm -lc
diff --git a/PKGBUILD b/PKGBUILD
index f97fe8ab8166..ee4b51acc9da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xcrysden
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="crystalline and molecular structure visualisation program"
arch=('x86_64')
@@ -17,7 +17,7 @@ source=("http://www.xcrysden.org/download/xcrysden-${pkgver}.tar.gz"
"Make.sys")
sha256sums=('811736ee598bec1a5b427fd10e4e063a30dd7cadae96a43a50b36ce90a4f503f'
'26be6f6d22bed326612f2b9c4b049a32bc9ebe57926254eac1d0e5ee46cb9ca5'
- '26d0dc9fc40d575f39d21c06220187d3b98cc4255f5d7ca7468c2aeea636a32a')
+ '0d2f5e60f694e0c71f0cdb265cbd753cd73dcbf1fc708cb35a844248c3a509f2')
prepare() {
mv Make.sys "$pkgname-$pkgver"