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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 24 08:41:11 UTC 2020


    Date: Monday, February 24, 2020 @ 08:41:10
  Author: alucryd
Revision: 580168

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 08:41:05 UTC (rev 580167)
+++ PKGBUILD	2020-02-24 08:41:10 UTC (rev 580168)
@@ -1,28 +0,0 @@
-# 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:

Copied: libretro-overlays/repos/community-any/PKGBUILD (from rev 580167, libretro-overlays/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-24 08:41:10 UTC (rev 580168)
@@ -0,0 +1,28 @@
+# 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:



More information about the arch-commits mailing list