[arch-commits] Commit in libretro-core-info/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Oct 5 15:15:20 UTC 2021
Date: Tuesday, October 5, 2021 @ 15:15:19
Author: alucryd
Revision: 1027726
archrelease: copy trunk to community-any
Added:
libretro-core-info/repos/community-any/PKGBUILD
(from rev 1027725, 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-10-05 15:15:14 UTC (rev 1027725)
+++ PKGBUILD 2021-10-05 15:15:19 UTC (rev 1027726)
@@ -1,26 +0,0 @@
-# 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:
Copied: libretro-core-info/repos/community-any/PKGBUILD (from rev 1027725, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-05 15:15:19 UTC (rev 1027726)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.9.10
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+_tag=11b2accf98b57ccdba018ec25b9fe4e0292a041c
+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