[arch-commits] Commit in love/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Nov 1 06:17:14 UTC 2016
Date: Tuesday, November 1, 2016 @ 06:17:13
Author: svenstaro
Revision: 194172
upgpkg: love 0.10.2-1
upstream release 0.10.2
Modified:
love/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-01 02:50:27 UTC (rev 194171)
+++ PKGBUILD 2016-11-01 06:17:13 UTC (rev 194172)
@@ -2,8 +2,8 @@
# Contributor: Linus Sjögren <thelinx at unreliablepollution.net>
# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
pkgname=love
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.10.2
+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/"
@@ -10,7 +10,7 @@
license=('zlib')
depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'libtheora')
source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz")
-md5sums=('7355507d8ac83ff75c439505527df1ae')
+md5sums=('11936c4fafe666bdea077cb006c060a4')
build() {
cd "$srcdir"/love-$pkgver
More information about the arch-commits
mailing list