summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112016-08-13 13:40:02 +0200
committerjose17112016-08-13 13:40:02 +0200
commit1e8885b76760fa66fd9e1f07a4fa5f20cbf65b7e (patch)
tree323d07128de1cbaa58ab41e1aea1b043980e34d8
parent924696aebedfe4dd677fecca499f42174e503473 (diff)
downloadaur-1e8885b76760fa66fd9e1f07a4fa5f20cbf65b7e.tar.gz
Fix for compilation on 64bit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f02c5ec9815..cad96a73dafe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Aug 13 11:39:40 UTC 2016
pkgbase = psftools
pkgdesc = Utilities for manipulation of console fonts in PSF format
pkgver = 1.0.7
- pkgrel = 3
+ pkgrel = 4
url = http://www.seasip.info/Unix/PSF/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8de1600441be..b02c1bf01397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=psftools
pkgver=1.0.7
-pkgrel=3
+pkgrel=4
pkgdesc="Utilities for manipulation of console fonts in PSF format"
arch=('i686' 'x86_64')
url="http://www.seasip.info/Unix/PSF/"
@@ -15,6 +15,7 @@ md5sums=('159022aae93a797dbc2a01014acbd115')
build() {
cd "$srcdir"/$pkgname-$pkgver
+ automake || true
./configure \
--prefix=/usr \
--mandir=/usr/share/man