[arch-commits] Commit in libretro-core-info/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 6 06:52:58 UTC 2021
Date: Thursday, May 6, 2021 @ 06:52:58
Author: alucryd
Revision: 928372
archrelease: copy trunk to community-any
Added:
libretro-core-info/repos/community-any/PKGBUILD
(from rev 928371, 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-05-06 06:52:53 UTC (rev 928371)
+++ PKGBUILD 2021-05-06 06:52:58 UTC (rev 928372)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-core-info
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=(any)
-url=https://github.com/libretro/libretro-core-info
-license=(GPL3)
-makedepends=(git)
-groups=(libretro)
-_tag=baf1c408214eee2e113192f4bea9bfaf300621cc
-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 928371, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 06:52:58 UTC (rev 928372)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+_tag=9180267835df29abdfc6521108bb50cdc9be8d53
+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