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, 5 insertions, 5 deletions
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD
index b04c1fb55..268ae3c53 100644
--- a/community/instead/PKGBUILD
+++ b/community/instead/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 94126 2013-07-14 18:31:12Z spupykin $
+# $Id: PKGBUILD 105061 2014-01-30 20:23:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Peter Kosyh <p.kosyhgmail.com>
pkgname=instead
-pkgver=1.9.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="a quest interpreter"
arch=('i686' 'x86_64' 'mips64el')
url="http://sourceforge.net/projects/instead/"
@@ -12,7 +12,7 @@ license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
optdepends=('instead-launcher: install and update INSTEAD games from net')
source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('fe925715e48ce06ddce9eeeec380b881')
+md5sums=('040d8378df4695aed771d6699e1cd7d8')
build() {
cd "${srcdir}/instead-${pkgver}"
@@ -24,5 +24,5 @@ package() {
cd "${srcdir}/instead-${pkgver}"
make DESTDIR="${pkgdir}" PREFIX=/usr install
- cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/
+ cp -a doc/*.{html,pdf} doc/instead.txt doc/examples $pkgdir/usr/share/doc/instead/
}