Date: Sunday, November 6, 2016 @ 06:09:09
  Author: svenstaro
Revision: 194723

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-11-06 06:08:30 UTC (rev 194722)
+++ community-i686/PKGBUILD     2016-11-06 06:09:09 UTC (rev 194723)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
-# Contributor: Eric Bélanger <e...@archlinux.org>
-# Contributor: vande198
-# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=supertux
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
-arch=('i686' 'x86_64')
-url="https://github.com/supertux/supertux";
-license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
-makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
-md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
-
-build() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  cmake . \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DINSTALL_SUBDIR_BIN=bin \
-      -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: supertux/repos/community-i686/PKGBUILD (from rev 194722, 
supertux/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-11-06 06:09:09 UTC (rev 194723)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
+# Contributor: Eric Bélanger <e...@archlinux.org>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=supertux
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
+arch=('i686' 'x86_64')
+url="https://github.com/supertux/supertux";
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
+md5sums=('b8b678362e3c5c9e366fb1fb3550a2e0')
+
+build() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  cmake . \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DINSTALL_SUBDIR_BIN=bin \
+      -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-11-06 06:08:30 UTC (rev 194722)
+++ community-x86_64/PKGBUILD   2016-11-06 06:09:09 UTC (rev 194723)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
-# Contributor: Eric Bélanger <e...@archlinux.org>
-# Contributor: vande198
-# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=supertux
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
-arch=('i686' 'x86_64')
-url="https://github.com/supertux/supertux";
-license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
-makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
-md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
-
-build() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  cmake . \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DINSTALL_SUBDIR_BIN=bin \
-      -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: supertux/repos/community-x86_64/PKGBUILD (from rev 194722, 
supertux/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-06 06:09:09 UTC (rev 194723)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <swier...@aur.archlinux.org>
+# Contributor: Eric Bélanger <e...@archlinux.org>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=supertux
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
+arch=('i686' 'x86_64')
+url="https://github.com/supertux/supertux";
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
+md5sums=('b8b678362e3c5c9e366fb1fb3550a2e0')
+
+build() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  cmake . \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DINSTALL_SUBDIR_BIN=bin \
+      -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to