[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu Aug 18 14:55:28 UTC 2022
Date: Thursday, August 18, 2022 @ 14:55:28
Author: alucryd
Revision: 1267366
upgpkg: libretro-bsnes 1:3069-1
Modified:
libretro-bsnes/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-18 14:50:52 UTC (rev 1267365)
+++ PKGBUILD 2022-08-18 14:55:28 UTC (rev 1267366)
@@ -1,12 +1,12 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=libretro-bsnes
-pkgver=1226
-pkgrel=2
+pkgver=3069
+pkgrel=1
epoch=1
pkgdesc='Super Nintendo Entertainment System cores'
arch=(x86_64)
-url=https://github.com/libretro/bsnes
+url=https://github.com/libretro/bsnes-libretro
license=(GPL3)
groups=(libretro)
depends=(
@@ -14,25 +14,21 @@
libretro-core-info
)
makedepends=(git)
-_commit=4ea6208ad05de7698c321db6fffea9273efc7dee
+_commit=3be5846f57df04950215f4f788330370fba4a054
source=(
- libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=${_commit}
+ libretro-bsnes::git+https://github.com/libretro/bsnes-libretro.git#commit=${_commit}
libretro-bsnes-flags.patch
)
-sha256sums=(
- SKIP
- 3e1704ba3e7175330a0e291fbeb1e0bee18518ac29a2008d984585fb7a9b887c
-)
+b2sums=('SKIP'
+ 'd8d87b92fc0f6d4020333230580bb0e63c73e6833365868f8c71fced923dbbf9df4842d1e7b7fb6bd493ba1e22e53757ae6656a3bcc3408220a18b06f41ea81f')
pkgver() {
cd libretro-bsnes
-
git rev-list --count HEAD
}
prepare() {
cd libretro-bsnes
-
patch -Np1 -i ../libretro-bsnes-flags.patch
}
More information about the arch-commits
mailing list