Date: Sunday, May 7, 2023 @ 12:34:30
  Author: alucryd
Revision: 1459285

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 12:34:21 UTC (rev 1459284)
+++ PKGBUILD    2023-05-07 12:34:30 UTC (rev 1459285)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Oliver Jaksch <[email protected]>
-
-pkgname=libretro-scummvm
-pkgver=140967
-pkgrel=1
-pkgdesc='ScummVM core'
-arch=(x86_64)
-url=https://github.com/libretro/scummvm
-license=(GPL)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-_commit=fbac0c281e4d97c807a715eec9408a01b95f3b48
-source=(libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-scummvm
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-scummvm/backends/platform/libretro
-}
-
-package() {
-  install -Dm 644 
libretro-scummvm/backends/platform/libretro/scummvm_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-scummvm/repos/community-x86_64/PKGBUILD (from rev 1459284, 
libretro-scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-07 12:34:30 UTC (rev 1459285)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Oliver Jaksch <[email protected]>
+
+pkgname=libretro-scummvm
+pkgver=141830
+pkgrel=1
+pkgdesc='ScummVM core'
+arch=(x86_64)
+url=https://github.com/libretro/scummvm
+license=(GPL)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit=6be7019fb0b5563b6c48136d8d5a3e3a86b9fbbb
+source=(libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-scummvm
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-scummvm/backends/platform/libretro
+}
+
+package() {
+  install -Dm 644 
libretro-scummvm/backends/platform/libretro/scummvm_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to