[arch-commits] Commit in libretro-core-info/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Jun 28 06:09:11 UTC 2021
Date: Monday, June 28, 2021 @ 06:09:11
Author: alucryd
Revision: 967661
archrelease: copy trunk to community-any
Added:
libretro-core-info/repos/community-any/PKGBUILD
(from rev 967660, 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-06-28 06:09:06 UTC (rev 967660)
+++ PKGBUILD 2021-06-28 06:09:11 UTC (rev 967661)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-core-info
-pkgver=1.9.5
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=(any)
-url=https://github.com/libretro/libretro-core-info
-license=(GPL3)
-makedepends=(git)
-groups=(libretro)
-_tag=1accb65482d7905ad2cd9e1c945833a83fd1150a
-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 967660, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-28 06:09:11 UTC (rev 967661)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.9.6
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+_tag=d07e3cbf5618fe6404a9d45bb3ad4b92916a2419
+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