diff options
Diffstat (limited to 'community/gtypist/PKGBUILD')
-rw-r--r-- | community/gtypist/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gtypist/PKGBUILD b/community/gtypist/PKGBUILD index ae82be66a..e354bffa0 100644 --- a/community/gtypist/PKGBUILD +++ b/community/gtypist/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gtypist pkgver=2.9.1 pkgrel=1 pkgdesc="universal typing tutor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/gtypist/gtypist.html" license=("GPL") depends=('ncurses' 'perl') @@ -15,7 +15,7 @@ makedepends=('emacs') install=gtypist.install source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz ncurses.patch) -md5sums=('8b7e5595fcabd254f85c2e171dcaf4fc' +md5sums=('99747f4e8d56c840a23a07145f798e54' 'ba5e990d948ba5019391094dac890aa6') build() { |