Date: Tuesday, December 6, 2022 @ 15:58:31
Author: alucryd
Revision: 1356792
archrelease: copy trunk to community-any
Added:
libretro-overlays/repos/community-any/PKGBUILD
(from rev 1356791, libretro-overlays/trunk/PKGBUILD)
Deleted:
libretro-overlays/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-06 15:58:22 UTC (rev 1356791)
+++ PKGBUILD 2022-12-06 15:58:31 UTC (rev 1356792)
@@ -1,25 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=libretro-overlays
-pkgver=225
-pkgrel=1
-pkgdesc='Collection of overlays for libretro'
-arch=(any)
-url=https://github.com/libretro/common-overlays
-license=(CCPL)
-groups=(libretro)
-makedepends=(git)
-_commit=e2ba730083769b45bac62d164115e7dc197c8b63
-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 1356791,
libretro-overlays/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-06 15:58:31 UTC (rev 1356792)
@@ -0,0 +1,25 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=libretro-overlays
+pkgver=237
+pkgrel=1
+pkgdesc='Collection of overlays for libretro'
+arch=(any)
+url=https://github.com/libretro/common-overlays
+license=(CCPL)
+groups=(libretro)
+makedepends=(git)
+_commit=b3827a2c63834ed9e1902acc7cf9019f64771ed3
+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: