Date: Wednesday, April 12, 2023 @ 15:36:37
Author: alucryd
Revision: 1444939
archrelease: copy trunk to community-any
Added:
libretro-overlays/repos/community-any/PKGBUILD
(from rev 1444938, libretro-overlays/trunk/PKGBUILD)
Deleted:
libretro-overlays/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 15:36:28 UTC (rev 1444938)
+++ PKGBUILD 2023-04-12 15:36:37 UTC (rev 1444939)
@@ -1,25 +0,0 @@
-# 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:
Copied: libretro-overlays/repos/community-any/PKGBUILD (from rev 1444938,
libretro-overlays/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-12 15:36:37 UTC (rev 1444939)
@@ -0,0 +1,25 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=libretro-overlays
+pkgver=242
+pkgrel=1
+pkgdesc='Collection of overlays for libretro'
+arch=(any)
+url=https://github.com/libretro/common-overlays
+license=(CCPL)
+groups=(libretro)
+makedepends=(git)
+_commit=a5497b81560d1d0c3868cebe46305edbecaa3e0f
+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: