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

Maxime Gauduin alucryd at archlinux.org
Thu Jun 22 18:42:36 UTC 2017


    Date: Thursday, June 22, 2017 @ 18:42:35
  Author: alucryd
Revision: 239658

archrelease: copy trunk to community-any

Added:
  retroarch-assets-xmb/repos/community-any/PKGBUILD
    (from rev 239657, 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-06-22 18:42:27 UTC (rev 239657)
+++ PKGBUILD	2017-06-22 18:42:35 UTC (rev 239658)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=retroarch-assets-xmb
-pkgver=433
-pkgrel=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=('any')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('retroarch')
-makedepends=('git')
-_commit='92c58f06ce92e5bb5df17b1dc8ab4844eb839fd5'
-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 239657, retroarch-assets-xmb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-22 18:42:35 UTC (rev 239658)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=retroarch-assets-xmb
+pkgver=450
+pkgrel=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('retroarch')
+makedepends=('git')
+_commit='3dc9395b362f5316918b2fb95f4642a2940147b8'
+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