[arch-commits] Commit in libretro-core-info/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Nov 5 08:24:15 UTC 2021
Date: Friday, November 5, 2021 @ 08:24:15
Author: alucryd
Revision: 1037146
archrelease: copy trunk to community-any
Added:
libretro-core-info/repos/community-any/PKGBUILD
(from rev 1037145, 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-11-05 08:24:06 UTC (rev 1037145)
+++ PKGBUILD 2021-11-05 08:24:15 UTC (rev 1037146)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-core-info
-pkgver=1.9.11
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=(any)
-url=https://github.com/libretro/libretro-core-info
-license=(GPL3)
-makedepends=(git)
-groups=(libretro)
-_tag=3e8a676c659bebd4e4743f036c4e5aa7bd1ab48a
-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 1037145, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-05 08:24:15 UTC (rev 1037146)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.9.12
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+_tag=53fd4297fe3a995b6af943a5a53d4081684b7752
+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