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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Jun 30 15:05:26 UTC 2022


    Date: Thursday, June 30, 2022 @ 15:05:25
  Author: alucryd
Revision: 1243046

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 15:02:17 UTC (rev 1243045)
+++ PKGBUILD	2022-06-30 15:05:25 UTC (rev 1243046)
@@ -1,25 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-overlays
-pkgver=219
-pkgrel=1
-pkgdesc='Collection of overlays for libretro'
-arch=(any)
-url=https://github.com/libretro/common-overlays
-license=(CCPL)
-groups=(libretro)
-makedepends=(git)
-_commit=20fa6f4fc686b7a220e3336cbe7912245a0b9cdd
-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() {
-  make DESTDIR="${pkgdir}" install -C libretro-overlays
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-overlays/repos/community-any/PKGBUILD (from rev 1243045, libretro-overlays/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-30 15:05:25 UTC (rev 1243046)
@@ -0,0 +1,25 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-overlays
+pkgver=219
+pkgrel=1
+pkgdesc='Collection of overlays for libretro'
+arch=(any)
+url=https://github.com/libretro/common-overlays
+license=(CCPL)
+groups=(libretro)
+makedepends=(git)
+_commit=20fa6f4fc686b7a220e3336cbe7912245a0b9cdd
+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() {
+  make DESTDIR="${pkgdir}" install -C libretro-overlays
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list