summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-07-14 15:16:27 +0000
committerDaniel Bermond2019-07-14 15:16:27 +0000
commit32dac8a7a5719a4342be50f41a9b9a3b13cb3ee5 (patch)
treec18681b4da0a5a1f35f7c5cb973757ad33d4fd54
parent981818a2d770f553c7e82bcfef880103c05119fa (diff)
downloadaur-32dac8a7a5719a4342be50f41a9b9a3b13cb3ee5.tar.gz
Drop i686 support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d742310bcec..d75d8eaeb3fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = flite1-patched
pkgdesc = A lighweight speech synthesis engine (version 1, patched with fixes and improvements)
pkgver = 1.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.speech.cs.cmu.edu/flite/
- arch = i686
arch = x86_64
license = custom
makedepends = texlive-core
diff --git a/PKGBUILD b/PKGBUILD
index 6135ba98537c..4ad8b8ac32a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,9 @@
_srcname=flite
pkgname=flite1-patched
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc='A lighweight speech synthesis engine (version 1, patched with fixes and improvements)'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://www.speech.cs.cmu.edu/flite/'
license=('custom')
makedepends=('texlive-core' 'texinfo' 'ed')