diff options
author | root <root@rshg054.dnsready.net> | 2013-07-15 01:26:20 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-15 01:26:20 -0700 |
commit | 49111a438f3120ab595d1b118f56571083b7da35 (patch) | |
tree | 99c8989f3f9423246b4564fa9b091ab5b0d0caa4 /community/instead | |
parent | d525d9a731f5d79c1128a192b9d2977a2967570f (diff) |
Mon Jul 15 01:25:50 PDT 2013
Diffstat (limited to 'community/instead')
-rw-r--r-- | community/instead/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD index 12cf84ab6..77b579cd4 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 94060 2013-07-13 14:11:15Z spupykin $ +# $Id: PKGBUILD 94126 2013-07-14 18:31:12Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Peter Kosyh <p.kosyhgmail.com> pkgname=instead pkgver=1.9.1 -pkgrel=1 +pkgrel=2 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=('e6ef7cdac1daf3b3795dcd309d028468') +md5sums=('fe925715e48ce06ddce9eeeec380b881') build() { cd "${srcdir}/instead-${pkgver}" |