[arch-commits] Commit in love/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Apr 2 21:00:26 UTC 2018


    Date: Monday, April 2, 2018 @ 21:00:25
  Author: svenstaro
Revision: 313919

archrelease: copy trunk to community-x86_64

Added:
  love/repos/community-x86_64/PKGBUILD
    (from rev 313918, love/trunk/PKGBUILD)
Deleted:
  love/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-02 21:00:14 UTC (rev 313918)
+++ PKGBUILD	2018-04-02 21:00:25 UTC (rev 313919)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Linus Sjögren <thelinx at unreliablepollution.net>
-# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
-pkgname=love
-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/"
-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=('11936c4fafe666bdea077cb006c060a4')
-
-build() {
-  cd "$srcdir"/love-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/love-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: love/repos/community-x86_64/PKGBUILD (from rev 313918, love/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-02 21:00:25 UTC (rev 313919)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Linus Sjögren <thelinx at unreliablepollution.net>
+# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
+pkgname=love
+pkgver=11.0
+pkgrel=1
+pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences"
+arch=(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' 'libtheora')
+source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz")
+sha512sums=('4617af57662e80a4fd3be50d891d3728ec6dcc8a3b286b6713479aaa448c47e19bc7c53f3dc879180ccd7cc71c091ed3c8723b99e8be22fbe6112acc78c2c50c')
+
+build() {
+  cd "$srcdir"/love-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/love-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list