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

Maxime Gauduin alucryd at archlinux.org
Thu May 28 07:59:31 UTC 2020


    Date: Thursday, May 28, 2020 @ 07:59:30
  Author: alucryd
Revision: 636160

archrelease: copy trunk to community-any

Added:
  libretro-core-info/repos/community-any/PKGBUILD
    (from rev 636159, libretro-core-info/trunk/PKGBUILD)
Deleted:
  libretro-core-info/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-28 07:59:24 UTC (rev 636159)
+++ PKGBUILD	2020-05-28 07:59:30 UTC (rev 636160)
@@ -1,25 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-core-info
-pkgver=1.8.6
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=(any)
-url=https://github.com/libretro/libretro-core-info
-license=(GPL3)
-makedepends=(git)
-groups=(libretro)
-source=(git+https://github.com/libretro/libretro-core-info.git#tag=0963176c71203fd96ce835a48f0760ce7e9432fc)
-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 636159, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-28 07:59:30 UTC (rev 636160)
@@ -0,0 +1,25 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.8.8
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+source=(git+https://github.com/libretro/libretro-core-info.git#tag=af34f0ce6f583853c157b2a46391ab8db8dbc24b)
+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