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

Maxime Gauduin alucryd at archlinux.org
Sun Sep 16 17:00:59 UTC 2018


    Date: Sunday, September 16, 2018 @ 17:00:58
  Author: alucryd
Revision: 382216

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   39 +++++++++++++++++++--------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-16 17:00:49 UTC (rev 382215)
+++ PKGBUILD	2018-09-16 17:00:58 UTC (rev 382216)
@@ -1,20 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-core-info
-pkgver=1.7.3
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=('any')
-url='https://github.com/libretro/libretro-core-info'
-license=('GPL3')
-groups=('libretro')
-source=("libretro-core-info-${pkgver}.tar.gz::https://github.com/libretro/libretro-core-info/archive/v${pkgver}.tar.gz")
-sha256sums=('3ed57c59f054dfc70b1e6273a536afd1d5c6c733c975d894284b3bde10f48444')
-
-package() {
-  cd libretro-core-info-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-core-info/repos/community-any/PKGBUILD (from rev 382215, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-16 17:00:58 UTC (rev 382216)
@@ -0,0 +1,19 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.7.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=v${pkgver}")
+sha256sums=('SKIP')
+
+package() {
+  make DESTDIR="${pkgdir}" -C libretro-core-info install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list