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

Maxime Gauduin alucryd at archlinux.org
Sat Dec 8 13:32:08 UTC 2018


    Date: Saturday, December 8, 2018 @ 13:32:06
  Author: alucryd
Revision: 412383

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-08 13:31:55 UTC (rev 412382)
+++ PKGBUILD	2018-12-08 13:32:06 UTC (rev 412383)
@@ -1,29 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-overlays
-pkgver=106
-pkgrel=2
-pkgdesc='Collection of overlays for libretro'
-arch=('any')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-makedepends=('git')
-_commit='fd6179f39bda223ddbe5d747ebb3827923a5aaae'
-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 412382, libretro-overlays/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-08 13:32:06 UTC (rev 412383)
@@ -0,0 +1,29 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-overlays
+pkgver=149
+pkgrel=1
+pkgdesc='Collection of overlays for libretro'
+arch=(any)
+url='https://github.com/libretro/common-overlays'
+license=(GPL)
+groups=(libretro)
+makedepends=(git)
+_commit='3e9102a717f3e294867d71c674dcebece0bb6cb2'
+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