Date: Tuesday, November 1, 2016 @ 06:17:21
  Author: svenstaro
Revision: 194173

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-11-01 06:17:13 UTC (rev 194172)
+++ community-i686/PKGBUILD     2016-11-01 06:17:21 UTC (rev 194173)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
-# Contributor: Linus Sjögren <thel...@unreliablepollution.net>
-# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
-pkgname=love
-pkgver=0.10.1
-pkgrel=2
-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=('7355507d8ac83ff75c439505527df1ae')
-
-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-i686/PKGBUILD (from rev 194172, 
love/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-11-01 06:17:21 UTC (rev 194173)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+# Contributor: Linus Sjögren <thel...@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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-11-01 06:17:13 UTC (rev 194172)
+++ community-x86_64/PKGBUILD   2016-11-01 06:17:21 UTC (rev 194173)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
-# Contributor: Linus Sjögren <thel...@unreliablepollution.net>
-# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
-pkgname=love
-pkgver=0.10.1
-pkgrel=2
-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=('7355507d8ac83ff75c439505527df1ae')
-
-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 194172, 
love/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-01 06:17:21 UTC (rev 194173)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+# Contributor: Linus Sjögren <thel...@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:

Reply via email to