[arch-commits] Commit in love/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Dec 22 20:47:26 UTC 2015


    Date: Tuesday, December 22, 2015 @ 21:47:25
  Author: svenstaro
Revision: 154297

upgpkg: love 0.10.0-1

upstream release 0.10.0

Modified:
  love/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-22 19:45:26 UTC (rev 154296)
+++ PKGBUILD	2015-12-22 20:47:25 UTC (rev 154297)
@@ -2,16 +2,16 @@
 # Contributor: Linus Sjögren <thelinx at unreliablepollution.net>
 # Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
 pkgname=love
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.10.0
+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/"
 license=('zlib')
-depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'libtheora')
 install=love.install
 source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz")
-md5sums=('9b84711bc5842d3cc985a2062da437ad')
+md5sums=('9488d09f1467a87bb32b8ba056d05acf')
 
 build() {
   cd "$srcdir"/love-$pkgver



More information about the arch-commits mailing list