diff options
author | root <root@rshg047.dnsready.net> | 2011-04-12 10:53:36 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-12 10:53:36 +0000 |
commit | 28b5bbf3fee0627993658e096eadab71c2779912 (patch) | |
tree | b799e892101aaaedafdcf1315c4def0ff6bdc1c4 /community/gtypist/PKGBUILD | |
parent | cabd4a9c1f8304f0d57005b9f31231fc191c8778 (diff) |
Tue Apr 12 10:53:36 UTC 2011
Diffstat (limited to 'community/gtypist/PKGBUILD')
-rw-r--r-- | community/gtypist/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/gtypist/PKGBUILD b/community/gtypist/PKGBUILD index a4da3bd68..3b4276fd9 100644 --- a/community/gtypist/PKGBUILD +++ b/community/gtypist/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 20472 2010-07-08 11:19:12Z spupykin $ +# $Id: PKGBUILD 44710 2011-04-11 12:22:30Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Ben Mazer <blm@groknil.org> # Contributor: Mike Douglas <code_monkey@gooeylinux.org> pkgname=gtypist -pkgver=2.8.3 -pkgrel=3 +pkgver=2.8.5 +pkgrel=1 pkgdesc="universal typing tutor" arch=('i686' 'x86_64') url="http://www.gnu.org/software/gtypist/gtypist.html" @@ -13,12 +13,12 @@ license=("GPL") depends=('ncurses>=5.2' 'perl') install=gtypist.install source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz) -md5sums=('ea3c7faa01d7052c156d50fa0e0506b8') +md5sums=('49ea1bb5ac51c74a9c75c0dd6d890463') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr - make || return 1 - make prefix=$pkgdir/usr install || return 1 + make + make prefix=$pkgdir/usr install rm -f $pkgdir/usr/share/info/dir } |