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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Jan 21 22:05:27 UTC 2022


    Date: Friday, January 21, 2022 @ 22:05:27
  Author: alucryd
Revision: 1112787

archrelease: copy trunk to community-any

Added:
  libretro-core-info/repos/community-any/PKGBUILD
    (from rev 1112786, 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	2022-01-21 22:05:21 UTC (rev 1112786)
+++ PKGBUILD	2022-01-21 22:05:27 UTC (rev 1112787)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-core-info
-pkgver=1.9.14
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=(any)
-url=https://github.com/libretro/libretro-core-info
-license=(GPL3)
-makedepends=(git)
-groups=(libretro)
-_tag=3c3e2d69288a223f4f81bd86314bbe490429857a
-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 1112786, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-21 22:05:27 UTC (rev 1112787)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+_tag=165d3a00d11214bad281fde388136bfadd1a965d
+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