[arch-commits] Commit in retroarch-assets-xmb/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jul 23 12:02:21 UTC 2016


    Date: Saturday, July 23, 2016 @ 12:02:20
  Author: alucryd
Revision: 183878

archrelease: copy trunk to community-any

Added:
  retroarch-assets-xmb/repos/community-any/PKGBUILD
    (from rev 183877, retroarch-assets-xmb/trunk/PKGBUILD)
Deleted:
  retroarch-assets-xmb/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-23 12:02:14 UTC (rev 183877)
+++ PKGBUILD	2016-07-23 12:02:20 UTC (rev 183878)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=retroarch-assets-xmb
-pkgver=154
-pkgrel=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=('any')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('retroarch')
-makedepends=('git')
-source=('git+https://github.com/libretro/retroarch-assets.git')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd retroarch-assets
-
-  git rev-list --count HEAD
-}
-
-package() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/libretro/assets
-  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/libretro/assets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-assets-xmb/repos/community-any/PKGBUILD (from rev 183877, retroarch-assets-xmb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-23 12:02:20 UTC (rev 183878)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=retroarch-assets-xmb
+pkgver=211
+pkgrel=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('retroarch')
+makedepends=('git')
+source=('git+https://github.com/libretro/retroarch-assets.git')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/libretro/assets
+  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/libretro/assets/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list