From fecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Dec 2012 03:05:00 -0800 Subject: Thu Dec 20 02:59:11 PST 2012 --- community/instead/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'community/instead') diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD index 9a132bcea..ee50ef609 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 81111 2012-12-12 00:47:36Z eric $ +# $Id: PKGBUILD 81383 2012-12-19 12:10:49Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Peter Kosyh pkgname=instead -pkgver=1.8.1 +pkgver=1.8.2 pkgrel=1 -pkgdesc="instead quest interpreter" +pkgdesc="a quest interpreter" arch=('i686' 'x86_64') url="http://instead.googlecode.com/" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua') optdepends=('instead-launcher: install and update INSTEAD games from net') source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz) -md5sums=('a26dd0b2785787639dd1bbfed66af77a') +md5sums=('1f20344594e9a360d335203e4305f7a8') build() { cd "${srcdir}/instead-${pkgver}" @@ -23,4 +23,6 @@ build() { package() { cd "${srcdir}/instead-${pkgver}" make DESTDIR="${pkgdir}" PREFIX=/usr install + + cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/ } -- cgit v1.2.3-54-g00ecf