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

Maxime Gauduin alucryd at archlinux.org
Wed Mar 18 10:29:18 UTC 2020


    Date: Wednesday, March 18, 2020 @ 10:29:18
  Author: alucryd
Revision: 600511

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-18 10:29:12 UTC (rev 600510)
+++ PKGBUILD	2020-03-18 10:29:18 UTC (rev 600511)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-overlays
-pkgver=163
-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=adf88ef3783adf74ba076829e32df2e225b9615c)
-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 600510, libretro-overlays/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-18 10:29:18 UTC (rev 600511)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-overlays
+pkgver=165
+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=88bc2adbd124a1781ca7719ca256871bc7cd9937)
+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