summaryrefslogtreecommitdiff
path: root/community/gtypist
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-12 11:24:37 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-12 11:24:37 -0300
commit1f52af629b1911ab027ef9c5d4d5903b48792050 (patch)
treee975475390c79c3dd975c95091f3bb33beff24e5 /community/gtypist
parent951244a3e5bdc5f2f029f6550b46e5a06d1bfa26 (diff)
parent28b5bbf3fee0627993658e096eadab71c2779912 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/llvm/PKGBUILD community/dsniff/PKGBUILD community/ngrep/PKGBUILD community/virtualbox/PKGBUILD extra/gstreamer0.10-good/PKGBUILD extra/lirc/PKGBUILD extra/mc/PKGBUILD extra/mesa/PKGBUILD extra/xfburn/PKGBUILD testing/gnome-panel/PKGBUILD
Diffstat (limited to 'community/gtypist')
-rw-r--r--community/gtypist/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/gtypist/PKGBUILD b/community/gtypist/PKGBUILD
index 969e53419..74851f851 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' 'mips64el')
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
}