[arch-commits] Commit in libretro-snes9x/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Nov 12 12:55:52 UTC 2018


    Date: Monday, November 12, 2018 @ 12:55:52
  Author: alucryd
Revision: 406427

archrelease: copy trunk to community-x86_64

Added:
  libretro-snes9x/repos/community-x86_64/PKGBUILD
    (from rev 406426, libretro-snes9x/trunk/PKGBUILD)
Deleted:
  libretro-snes9x/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-12 12:55:41 UTC (rev 406426)
+++ PKGBUILD	2018-11-12 12:55:52 UTC (rev 406427)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-snes9x
-pkgver=831
-pkgrel=1
-pkgdesc='Super Nintendo Entertainment System core'
-arch=('x86_64')
-url='https://github.com/libretro/snes9x'
-license=('custom' 'GPL2' 'LGPL2.1')
-groups=('libretro')
-depends=('libretro-core-info')
-makedepends=('git')
-_commit='ea68e8e542eab88acf8b7899115906aa24f10582'
-source=("libretro-snes9x::git+https://github.com/libretro/snes9x.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libretro-snes9x
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-snes9x/libretro
-
-  make
-}
-
-package() {
-  cd libretro-snes9x/libretro
-
-  install -Dm 644 snes9x_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 ../docs/snes9x-license.txt -t "${pkgdir}"/usr/share/licenses/libretro-snes9x/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-snes9x/repos/community-x86_64/PKGBUILD (from rev 406426, libretro-snes9x/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-12 12:55:52 UTC (rev 406427)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-snes9x
+pkgver=1256
+pkgrel=1
+pkgdesc='Super Nintendo Entertainment System core'
+arch=('x86_64')
+url='https://github.com/libretro/snes9x'
+license=('custom' 'GPL2' 'LGPL2.1')
+groups=('libretro')
+depends=('libretro-core-info')
+makedepends=('git')
+_commit='7d9cb8a2a8c86c6c61f8983b3b82d47ea053c9c1'
+source=("libretro-snes9x::git+https://github.com/libretro/snes9x.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-snes9x
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-snes9x/libretro
+
+  make
+}
+
+package() {
+  cd libretro-snes9x/libretro
+
+  install -Dm 644 snes9x_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 ../docs/snes9x-license.txt -t "${pkgdir}"/usr/share/licenses/libretro-snes9x/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list