summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112016-08-14 22:30:08 +0200
committerjose17112016-08-14 22:30:08 +0200
commiteef41163d4f958e68fc127a9d8bc3292908a1251 (patch)
tree694ec8ca6371c374cbad072e7bf19efbff8cd9f4
parent1e8885b76760fa66fd9e1f07a4fa5f20cbf65b7e (diff)
downloadaur-eef41163d4f958e68fc127a9d8bc3292908a1251.tar.gz
Fix x86_64 for real now?
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cad96a73dafe..fd13cd0ec542 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 13 11:39:40 UTC 2016
+# Sun Aug 14 20:30:05 UTC 2016
pkgbase = psftools
pkgdesc = Utilities for manipulation of console fonts in PSF format
pkgver = 1.0.7
- pkgrel = 4
+ pkgrel = 5
url = http://www.seasip.info/Unix/PSF/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b02c1bf01397..ff2ce9d9acb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=psftools
pkgver=1.0.7
-pkgrel=4
+pkgrel=5
pkgdesc="Utilities for manipulation of console fonts in PSF format"
arch=('i686' 'x86_64')
url="http://www.seasip.info/Unix/PSF/"
@@ -15,7 +15,7 @@ md5sums=('159022aae93a797dbc2a01014acbd115')
build() {
cd "$srcdir"/$pkgname-$pkgver
- automake || true
+ export CPPFLAGS="-O2"
./configure \
--prefix=/usr \
--mandir=/usr/share/man