diff options
Diffstat (limited to 'community/instead/PKGBUILD')
-rw-r--r-- | community/instead/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD index 77b579cd4..e68815f34 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 104835 2014-01-27 10:00:52Z 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.0 +pkgrel=1 pkgdesc="a quest interpreter" arch=('i686' 'x86_64') 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=('3b65855cc0aa5040c881f2830e154365') build() { cd "${srcdir}/instead-${pkgver}" |