summaryrefslogtreecommitdiff
path: root/community/love
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-03 03:33:25 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-03 03:33:25 +0000
commit86953d17fbdfc3b8b89878f1ec5f911568657761 (patch)
treed834021be55372f5c1856313c775edffc414d3d3 /community/love
parentc667b77b6719baf541fff1a3e0a855d1ca7c6433 (diff)
Thu Apr 3 03:29:12 UTC 2014
Diffstat (limited to 'community/love')
-rw-r--r--community/love/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/love/PKGBUILD b/community/love/PKGBUILD
index 30429d74f..c68d9d506 100644
--- a/community/love/PKGBUILD
+++ b/community/love/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Linus Sjögren <thelinx@unreliablepollution.net>
# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
pkgname=love
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences"
arch=(i686 x86_64)
url="http://love2d.org/"
@@ -11,7 +11,7 @@ license=('zlib')
depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
install=love.install
source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz")
-md5sums=('6591752af4e33f521d616d9b048aa894')
+md5sums=('3a4b6b98a8c6e85ddb217d58b2e05e4d')
build() {
cd "$srcdir"/love-$pkgver