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

Maxime Gauduin alucryd at archlinux.org
Sat Jan 18 13:37:12 UTC 2020


    Date: Saturday, January 18, 2020 @ 13:37:12
  Author: alucryd
Revision: 552990

archrelease: copy trunk to community-any

Added:
  libretro-core-info/repos/community-any/PKGBUILD
    (from rev 552989, 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-01-18 13:37:06 UTC (rev 552989)
+++ PKGBUILD	2020-01-18 13:37:12 UTC (rev 552990)
@@ -1,25 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-core-info
-pkgver=1.8.3
-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=e53f5d26b44e1317229120ef8b73671503218196)
-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 552989, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-18 13:37:12 UTC (rev 552990)
@@ -0,0 +1,25 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.8.4
+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=4fe1d5136657068ea8e60f4e16cf3faf0e201b71)
+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