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

Maxime Gauduin alucryd at archlinux.org
Thu Aug 24 13:51:01 UTC 2017


    Date: Thursday, August 24, 2017 @ 13:51:00
  Author: alucryd
Revision: 253272

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-24 13:50:50 UTC (rev 253271)
+++ PKGBUILD	2017-08-24 13:51:00 UTC (rev 253272)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=retroarch-assets-xmb
-pkgver=472
-pkgrel=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=('any')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('retroarch')
-makedepends=('git')
-_commit='8fd7361b09edfe317b8208c1c3051bc2aafa99f9'
-source=("git+https://github.com/libretro/retroarch-assets.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd retroarch-assets
-
-  git rev-list --count HEAD
-}
-
-package() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-assets-xmb/repos/community-any/PKGBUILD (from rev 253271, retroarch-assets-xmb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-24 13:51:00 UTC (rev 253272)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=retroarch-assets-xmb
+pkgver=512
+pkgrel=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('retroarch')
+makedepends=('git')
+_commit='af79d2c9fbdc06d4f7c3682e049b391d3165ab7f'
+source=("git+https://github.com/libretro/retroarch-assets.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list