[arch-commits] Commit in libretro-overlays/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 6 15:09:46 UTC 2021
Date: Thursday, May 6, 2021 @ 15:09:46
Author: alucryd
Revision: 928496
archrelease: copy trunk to community-any
Added:
libretro-overlays/repos/community-any/PKGBUILD
(from rev 928495, libretro-overlays/trunk/PKGBUILD)
Deleted:
libretro-overlays/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 15:09:41 UTC (rev 928495)
+++ PKGBUILD 2021-05-06 15:09:46 UTC (rev 928496)
@@ -1,29 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-overlays
-pkgver=175
-pkgrel=1
-pkgdesc='Collection of overlays for libretro'
-arch=(any)
-url=https://github.com/libretro/common-overlays
-license=(GPL)
-groups=(libretro)
-makedepends=(git)
-_commit=199019e120c321e667040c1a09ff9535e1547711
-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 928495, libretro-overlays/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 15:09:46 UTC (rev 928496)
@@ -0,0 +1,29 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-overlays
+pkgver=204
+pkgrel=1
+pkgdesc='Collection of overlays for libretro'
+arch=(any)
+url=https://github.com/libretro/common-overlays
+license=(GPL)
+groups=(libretro)
+makedepends=(git)
+_commit=c543bb3c3a1a72be88f829d66966bc5b36fc86b3
+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