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

Maxime Gauduin alucryd at archlinux.org
Tue Jul 21 11:29:45 UTC 2020


    Date: Tuesday, July 21, 2020 @ 11:29:45
  Author: alucryd
Revision: 664737

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-21 11:29:37 UTC (rev 664736)
+++ PKGBUILD	2020-07-21 11:29:45 UTC (rev 664737)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgbase=retroarch-assets
-pkgname=(
-  retroarch-assets-ozone
-  retroarch-assets-xmb
-)
-pkgver=323
-pkgrel=1
-epoch=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=(any)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(retroarch)
-makedepends=(git)
-_commit=8827a81bc65462d44661227a75f168cda0a95acc
-source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd retroarch-assets
-
-  git rev-list --count HEAD
-}
-
-package_retroarch-assets-ozone() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-package_retroarch-assets-xmb() {
-  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/repos/community-any/PKGBUILD (from rev 664736, retroarch-assets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-21 11:29:45 UTC (rev 664737)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgbase=retroarch-assets
+pkgname=(
+  retroarch-assets-ozone
+  retroarch-assets-xmb
+)
+pkgver=325
+pkgrel=1
+epoch=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=(any)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(retroarch)
+makedepends=(git)
+_commit=33f26cea64280aad73d5ff5336afcfc1f8ff5a0a
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package_retroarch-assets-ozone() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+package_retroarch-assets-xmb() {
+  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