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

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Sep 1 12:49:14 UTC 2021


    Date: Wednesday, September 1, 2021 @ 12:49:14
  Author: alucryd
Revision: 1010282

archrelease: copy trunk to community-any

Added:
  libretro-core-info/repos/community-any/PKGBUILD
    (from rev 1010280, libretro-core-info/trunk/PKGBUILD)
Deleted:
  libretro-core-info/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-01 12:49:13 UTC (rev 1010281)
+++ PKGBUILD	2021-09-01 12:49:14 UTC (rev 1010282)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-core-info
-pkgver=1.9.7
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=(any)
-url=https://github.com/libretro/libretro-core-info
-license=(GPL3)
-makedepends=(git)
-groups=(libretro)
-_tag=5f46db98ffc1136f2a375c84ce10e12867a12987
-source=(git+https://github.com/libretro/libretro-core-info.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-core-info
-
-  git describe --tags | sed 's/^v//; s/-/./g'
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libretro-core-info install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-core-info/repos/community-any/PKGBUILD (from rev 1010280, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-01 12:49:14 UTC (rev 1010282)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.9.8
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+_tag=cf9854a29982507a3a7f934134dcaa3078fee96e
+source=(git+https://github.com/libretro/libretro-core-info.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-core-info
+
+  git describe --tags | sed 's/^v//; s/-/./g'
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libretro-core-info install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list