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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Oct 29 05:26:16 UTC 2019


    Date: Tuesday, October 29, 2019 @ 05:26:16
  Author: svenstaro
Revision: 520875

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-29 05:26:10 UTC (rev 520874)
+++ PKGBUILD	2019-10-29 05:26:16 UTC (rev 520875)
@@ -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=11.2
-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' 'freetype2' '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=('f72148abc890cfb3daf0e3fae564eba0726ae7591e2d2e32b9072ef53a9ca0bda481ee6dadc9cb171ae6ec48d15780daa269dd74ea548b2084a7b9229e7c1509')
-
-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 520874, love/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-29 05:26:16 UTC (rev 520875)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Linus Sjögren <thelinx at unreliablepollution.net>
+# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
+pkgname=love
+pkgver=11.3
+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' 'freetype2' '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=('d02900bbad658da7127bdbc52ceb8282a725b32d6a17fc51962327411be94f81b2c871d21b3c4bd8492a4ca355c3cfb1f04a7fe010d6c69ae35c7c5d64579e1b')
+
+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