Thanks! And thanks for maintaining this package all this time!
Search Criteria
Package Details: libretro-fbneo-git 1:1.0.0.02.r3843.g8b1fc482a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libretro-fbneo-git.git (read-only, click to copy) |
---|---|
Package Base: | libretro-fbneo-git |
Description: | FinalBurn Neo multi-arcade core |
Upstream URL: | https://github.com/libretro/FBNeo |
Keywords: | arcade console mame |
Licenses: | custom |
Groups: | libretro |
Conflicts: | libretro-fbneo |
Provides: | libretro-fbneo |
Submitter: | OJaksch |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 9 |
Popularity: | 0.000989 |
First Submitted: | 2019-06-03 15:43 (UTC) |
Last Updated: | 2023-05-21 05:13 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libretro-core-info (libretro-core-info-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
Required by (2)
- kodi-addon-game-libretro-fbneo (requires libretro-fbneo)
- kodi-addon-game-libretro-fbneo (requires libretro-fbneo) (make)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
whynothugo commented on 2020-12-14 09:15 (UTC)
OJaksch commented on 2020-12-14 05:45 (UTC)
@WhyNotHugo Oh, they did it? Great! I've patched my PKGBUILD as asked...
whynothugo commented on 2020-12-14 02:38 (UTC)
There's been a stable release and I've added a new non-git package. Can you list it as provided and conflicts?
diff --git a/PKGBUILD b/PKGBUILD
index 81494d9..da37c5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=libretro-fbneo-git
-pkgver=10278.3cd260411
+pkgver=10597.9cd133255
pkgrel=1
pkgdesc="libretro FBNeo NEW implementation of Final Burn Alpha"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/libretro/FBNeo"
license=('custom:Non-commercial')
groups=('libretro')
+provides=('libretro-fbneo')
+conflicts=('libretro-fbneo')
depends=('zlib' 'glibc' 'libretro-core-info')
makedepends=('git')
replaces=('libretro-fbalpha-git')
Pinned Comments