[arch-commits] Commit in libretro-overlays/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Sep 20 08:40:28 UTC 2020


    Date: Sunday, September 20, 2020 @ 08:40:28
  Author: alucryd
Revision: 710952

archrelease: copy trunk to community-any

Added:
  libretro-overlays/repos/community-any/PKGBUILD
    (from rev 710951, libretro-overlays/trunk/PKGBUILD)
Deleted:
  libretro-overlays/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-20 08:40:23 UTC (rev 710951)
+++ PKGBUILD	2020-09-20 08:40:28 UTC (rev 710952)
@@ -1,29 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-overlays
-pkgver=172
-pkgrel=1
-pkgdesc='Collection of overlays for libretro'
-arch=(any)
-url=https://github.com/libretro/common-overlays
-license=(GPL)
-groups=(libretro)
-makedepends=(git)
-_commit=685071f6223995092b8b31c7acdee9871823902c
-source=(libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-overlays
-
-  git rev-list --count HEAD
-}
-
-package() {
-  cd libretro-overlays
-
-  install -dm 755 "${pkgdir}"/usr/share/libretro/overlays
-  cp -dr --no-preserve=ownership * "${pkgdir}"/usr/share/libretro/overlays/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-overlays/repos/community-any/PKGBUILD (from rev 710951, libretro-overlays/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-20 08:40:28 UTC (rev 710952)
@@ -0,0 +1,29 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-overlays
+pkgver=174
+pkgrel=1
+pkgdesc='Collection of overlays for libretro'
+arch=(any)
+url=https://github.com/libretro/common-overlays
+license=(GPL)
+groups=(libretro)
+makedepends=(git)
+_commit=8e1a0ba79aea78ef984ac481923c5f66c35bce72
+source=(libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-overlays
+
+  git rev-list --count HEAD
+}
+
+package() {
+  cd libretro-overlays
+
+  install -dm 755 "${pkgdir}"/usr/share/libretro/overlays
+  cp -dr --no-preserve=ownership * "${pkgdir}"/usr/share/libretro/overlays/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list