diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-14 15:27:23 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-14 15:27:23 -0300 |
commit | a594ebe149ad81798984a410c036a0965df1581a (patch) | |
tree | 9f92df878175fe438860b196b7394ec8f0bac4cd /community/instead | |
parent | 03d128385c4ca773e67c93729a45899590d0d99e (diff) | |
parent | d525d9a731f5d79c1128a192b9d2977a2967570f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/codeblocks/PKGBUILD
community/gnash/PKGBUILD
community/i3lock/PKGBUILD
community/instead/PKGBUILD
extra/asio/PKGBUILD
extra/cups/PKGBUILD
extra/libdrm/PKGBUILD
extra/liborigin2/PKGBUILD
extra/mesa/PKGBUILD
extra/mkvtoolnix/PKGBUILD
extra/ocrad/PKGBUILD
extra/qtiplot/PKGBUILD
extra/scribus/PKGBUILD
extra/xdg-user-dirs/PKGBUILD
Diffstat (limited to 'community/instead')
-rw-r--r-- | community/instead/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD index 42e769c6f..bbce4c008 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 88145 2013-04-12 13:33:50Z spupykin $ +# $Id: PKGBUILD 94060 2013-07-13 14:11:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Peter Kosyh <p.kosyhgmail.com> pkgname=instead -pkgver=1.9.0 +pkgver=1.9.1 pkgrel=1 pkgdesc="a quest interpreter" arch=('i686' 'x86_64' 'mips64el') -url="http://instead.googlecode.com/" +url="http://sourceforge.net/projects/instead/" 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=('c7082772f7cb972d825e8e183e9af90f') +source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz) +md5sums=('e6ef7cdac1daf3b3795dcd309d028468') build() { cd "${srcdir}/instead-${pkgver}" |