diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-04 04:00:35 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-04 04:00:35 +0000 |
commit | 8faa42b28f39ace5fc2c3ec8a054fa0a5b246eab (patch) | |
tree | e904cb1dcc6423b414bae5d134c3ea83ac01efa1 /community/instead | |
parent | 11196316291f49af2bacd1b4531e0a548729dea2 (diff) |
Wed Jun 4 03:57:00 UTC 2014
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 c8c059782..d93ab314e 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 106141 2014-02-24 08:38:56Z spupykin $ +# $Id: PKGBUILD 112557 2014-06-03 14:43:58Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Peter Kosyh <p.kosyhgmail.com> pkgname=instead -pkgver=2.0.3 +pkgver=2.1.0 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=('ea56d214fab7dbbaeb225f61eeba213c') +md5sums=('8ddc98ffb591298b7440311d8f23c864') build() { cd "${srcdir}/instead-${pkgver}" |