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

Maxime Gauduin alucryd at archlinux.org
Wed Jan 29 10:26:32 UTC 2020


    Date: Wednesday, January 29, 2020 @ 10:26:31
  Author: alucryd
Revision: 558566

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-29 10:26:25 UTC (rev 558565)
+++ PKGBUILD	2020-01-29 10:26:31 UTC (rev 558566)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-overlays
-pkgver=161
-pkgrel=1
-pkgdesc='Collection of overlays for libretro'
-arch=(any)
-url=https://github.com/libretro/common-overlays
-license=(GPL)
-groups=(libretro)
-makedepends=(git)
-source=(libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=a1f4176ab2ac1d258a4d4fccfce8ab32339dcc68)
-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 558565, libretro-overlays/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-29 10:26:31 UTC (rev 558566)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-overlays
+pkgver=162
+pkgrel=1
+pkgdesc='Collection of overlays for libretro'
+arch=(any)
+url=https://github.com/libretro/common-overlays
+license=(GPL)
+groups=(libretro)
+makedepends=(git)
+source=(libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=ec94a7d13fd0edf5a9c8b308d008e94cd1931a6a)
+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