[arch-commits] Commit in libretro-pcsx-rearmed/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at archlinux.org
Tue May 3 10:54:29 UTC 2016


    Date: Tuesday, May 3, 2016 @ 12:54:28
  Author: alucryd
Revision: 173552

archrelease: copy trunk to community-x86_64

Added:
  libretro-pcsx-rearmed/repos/community-x86_64/PKGBUILD
    (from rev 173551, libretro-pcsx-rearmed/trunk/PKGBUILD)
Deleted:
  libretro-pcsx-rearmed/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 10:53:44 UTC (rev 173551)
+++ PKGBUILD	2016-05-03 10:54:28 UTC (rev 173552)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
-# Contributor: prettyvanilla <prettyvanilla at posteo.at>
-# Contributor: almostalive <almostalive2003 at gmail.com>
-
-pkgname=libretro-pcsx-rearmed
-pkgver=1175
-pkgrel=1
-pkgdesc='Sony PlayStation core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/pcsx_rearmed'
-license=('GPL2')
-groups=('libretro')
-depends=('glibc' 'zlib')
-makedepends=('git')
-source=('libretro-pcsx-rearmed::git+https://github.com/libretro/pcsx_rearmed.git'
-        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/pcsx_rearmed_libretro.info')
-sha256sums=('SKIP'
-            'e93b0475d7c6f422ad52af696205409423ddfa449109e76f36a95f17943bfa92')
-
-pkgver() {
-  cd libretro-pcsx-rearmed
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-pcsx-rearmed
-
-  make -f Makefile.libretro
-}
-
-package() {
-  cd libretro-pcsx-rearmed
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 pcsx_rearmed_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../pcsx_rearmed_libretro.info "${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-pcsx-rearmed/repos/community-x86_64/PKGBUILD (from rev 173551, libretro-pcsx-rearmed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-03 10:54:28 UTC (rev 173552)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
+# Contributor: prettyvanilla <prettyvanilla at posteo.at>
+# Contributor: almostalive <almostalive2003 at gmail.com>
+
+pkgname=libretro-pcsx-rearmed
+pkgver=1175
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/pcsx_rearmed'
+license=('GPL2')
+groups=('libretro')
+depends=('glibc' 'zlib')
+makedepends=('git')
+source=('libretro-pcsx-rearmed::git+https://github.com/libretro/pcsx_rearmed.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/pcsx_rearmed_libretro.info')
+sha256sums=('SKIP'
+            'e93b0475d7c6f422ad52af696205409423ddfa449109e76f36a95f17943bfa92')
+
+pkgver() {
+  cd libretro-pcsx-rearmed
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-pcsx-rearmed
+
+  make -f Makefile.libretro
+}
+
+package() {
+  cd libretro-pcsx-rearmed
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 pcsx_rearmed_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../pcsx_rearmed_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list