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

Maxime Gauduin alucryd at archlinux.org
Sun Dec 30 17:26:18 UTC 2018


    Date: Sunday, December 30, 2018 @ 17:26:17
  Author: alucryd
Revision: 419393

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 40 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-30 17:26:10 UTC (rev 419392)
+++ PKGBUILD	2018-12-30 17:26:17 UTC (rev 419393)
@@ -1,36 +0,0 @@
-# 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:

Copied: libretro-snes9x/repos/community-x86_64/PKGBUILD (from rev 419392, libretro-snes9x/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-30 17:26:17 UTC (rev 419393)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-snes9x
+pkgver=1339
+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='589987dad690cb6ccfbf80792a03ce7719d7dd09'
+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 ../LICENSE -t "${pkgdir}"/usr/share/licenses/libretro-snes9x/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list