summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2023-07-23 18:43:32 +0200
committerSanskritFritz2023-07-23 18:43:32 +0200
commit27a473de979d7a114145b942340522b1b99d519a (patch)
tree21a2b0a8e637c5c4a4ff7d44a064af1346a2d987
parent4893a817bb9272c7fa5ce17120995aaf8a934a28 (diff)
downloadaur-27a473de979d7a114145b942340522b1b99d519a.tar.gz
aarch64 added
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2571fda14e3..76e445d76efa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = espeak
url = http://espeak.sourceforge.net/
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
depends = portaudio
depends = libpulse
diff --git a/PKGBUILD b/PKGBUILD
index e9689871d00d..21aa9556b2dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.48.04
pkgrel=4
epoch=1
pkgdesc='Text to Speech engine for English, with support for other languages'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='http://espeak.sourceforge.net/'
license=('GPL')
depends=('portaudio' 'libpulse')