[arch-commits] Commit in libretro-retrodream/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Jun 23 09:53:40 UTC 2020
Date: Tuesday, June 23, 2020 @ 09:53:38
Author: alucryd
Revision: 650981
archrelease: copy trunk to community-x86_64
Added:
libretro-retrodream/repos/community-x86_64/PKGBUILD
(from rev 650980, libretro-retrodream/trunk/PKGBUILD)
Deleted:
libretro-retrodream/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-23 09:53:33 UTC (rev 650980)
+++ PKGBUILD 2020-06-23 09:53:38 UTC (rev 650981)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-retrodream
-pkgver=1096
-pkgrel=1
-pkgdesc='Sega Dreamcast core'
-arch=(x86_64)
-url=https://github.com/libretro/retrodream
-license=(GPL2)
-groups=(libretro)
-depends=(
- libgl
- libretro-core-info
-)
-makedepends=(
- git
- mesa
-)
-replaces=(libretro-redream)
-source=(libretro-retrodream::git+https://github.com/libretro/retrodream.git#commit=f7814c2f0faaf56a5081b62f660f64c5e123227e)
-sha256sums=(SKIP)
-
-pkgver() {
- cd libretro-retrodream
-
- git rev-list --count HEAD
-}
-
-build() {
- make -C libretro-retrodream/deps/libretro
-}
-
-package() {
- install -Dm 644 libretro-retrodream/deps/libretro/retrodream_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-retrodream/repos/community-x86_64/PKGBUILD (from rev 650980, libretro-retrodream/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-23 09:53:38 UTC (rev 650981)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-retrodream
+pkgver=1104
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url=https://github.com/libretro/retrodream
+license=(GPL2)
+groups=(libretro)
+depends=(
+ libgl
+ libretro-core-info
+)
+makedepends=(
+ git
+ mesa
+)
+replaces=(libretro-redream)
+_commit=bf4d812daf326c56e99208a4c30acae1475fd701
+source=(libretro-retrodream::git+https://github.com/libretro/retrodream.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libretro-retrodream
+
+ git rev-list --count HEAD
+}
+
+build() {
+ make -C libretro-retrodream/deps/libretro
+}
+
+package() {
+ install -Dm 644 libretro-retrodream/deps/libretro/retrodream_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list