summaryrefslogtreecommitdiff
path: root/community/instead/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/instead/PKGBUILD')
-rw-r--r--community/instead/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
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 <pupykin.s+arch@gmail.com>
# Contributor: Peter Kosyh <p.kosyhgmail.com>
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/
}