diff options
Diffstat (limited to 'community/instead/PKGBUILD')
-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 5cc378466..9a132bcea 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 76494 2012-09-19 14:03:04Z spupykin $ +# $Id: PKGBUILD 81111 2012-12-12 00:47:36Z eric $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Peter Kosyh <p.kosyhgmail.com> pkgname=instead -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 pkgdesc="instead 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://instead.googlecode.com/files/instead_${pkgver}.tar.gz) -md5sums=('08acf9f7de60b8e1c23d6e9368093d1f') +md5sums=('a26dd0b2785787639dd1bbfed66af77a') build() { cd "${srcdir}/instead-${pkgver}" |