diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-10 03:39:33 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-10 03:39:33 +0000 |
commit | 1fc4a2dbc11c7c17bea5b98d2924e148869cae7b (patch) | |
tree | 4bff3acc682f9294ac00f2ef0e26a96c56c84694 /community/instead | |
parent | f578debfd17a7f06c6f4f8a0c2fde11e96b0afee (diff) |
Thu Jul 10 03:34:38 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 d93ab314e..a584bf076 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 112557 2014-06-03 14:43:58Z spupykin $ +# $Id: PKGBUILD 115382 2014-07-09 15:57:56Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Peter Kosyh <p.kosyhgmail.com> pkgname=instead -pkgver=2.1.0 +pkgver=2.1.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=('8ddc98ffb591298b7440311d8f23c864') +md5sums=('8f509ea247a23beeb53aed0bc3ae374e') build() { cd "${srcdir}/instead-${pkgver}" |