summaryrefslogtreecommitdiff
path: root/community/instead/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/instead/PKGBUILD')
-rw-r--r--community/instead/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD
index e68815f34..2169587cd 100644
--- a/community/instead/PKGBUILD
+++ b/community/instead/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 104835 2014-01-27 10:00:52Z spupykin $
+# $Id: PKGBUILD 104923 2014-01-28 11:19:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Peter Kosyh <p.kosyhgmail.com>
pkgname=instead
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="a quest interpreter"
arch=('i686' 'x86_64')
@@ -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=('3b65855cc0aa5040c881f2830e154365')
+md5sums=('28adadd80c3726ebd3856aa3fa372ea3')
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/
}