summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2019-01-02 22:50:11 -0600
committerEric Anderson2019-01-02 22:50:11 -0600
commitc3ab8672a59855219ab05b437cea55481040b2db (patch)
tree82483887dd16add77c4d9cf39036680deacef826
parent2d18322c7458d3dccd407fb67b2b7bf0992904d5 (diff)
downloadaur-c3ab8672a59855219ab05b437cea55481040b2db.tar.gz
Bump to 3.30.2
The dropped cores were considered not yet stable: https://gitlab.gnome.org/GNOME/gnome-games/commit/e10f17e549df08c066f901d68c28c7b5e6790c83
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD18
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ea3f3348170..00d4644cf6bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,22 @@
pkgbase = gnome-games-libretro
pkgdesc = Libretro definitions for gnome-games
- pkgver = 3.30.0
- pkgrel = 4
+ pkgver = 3.30.2
+ pkgrel = 1
url = https://wiki.gnome.org/Apps/Games
arch = any
license = GPL3
- optdepends = libretro-blastem: Sega Mega Drive support
+ makedepends = git
optdepends = libretro-bsnes: Super Nintendo Entertainment System support
optdepends = libretro-bsnes-mercury-git: Alternative Super Nintendo Entertainment System support
- optdepends = libretro-dosbox-git: MS-DOS support
optdepends = libretro-gambatte: Nintendo Game Boy/Game Boy Color support
optdepends = libretro-handy-git: Atari Lynx support
- optdepends = libretro-mame-git: Arcade support
- optdepends = libretro-mednafen-saturn-git: Sega Saturn support
optdepends = libretro-mgba: Nintendo Game Boy Advance support
optdepends = libretro-nestopia: Nintendo Entertainment System support
optdepends = libretro-pcsx-rearmed-git: Sony PlayStation support
optdepends = libretro-picodrive-git: Sega Genesis/Master System/CD/32X/Pico support
optdepends = libretro-prosystem-git: Atari 7800 support
optdepends = libretro-stella-git: Atari 2600 support
- source = git+https://gitlab.gnome.org/GNOME/gnome-games.git#tag=3.30.0
+ source = git+https://gitlab.gnome.org/GNOME/gnome-games.git#tag=3.30.2
sha256sums = SKIP
pkgname = gnome-games-libretro
diff --git a/PKGBUILD b/PKGBUILD
index d97e988d7a5f..ec6d9958d5a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,25 +2,30 @@
pkgname=gnome-games-libretro
_srcname=gnome-games
-pkgver=3.30.0
-pkgrel=4
+pkgver=3.30.2
+pkgrel=1
pkgdesc='Libretro definitions for gnome-games'
arch=('any')
url='https://wiki.gnome.org/Apps/Games'
license=('GPL3')
-optdepends=('libretro-blastem: Sega Mega Drive support'
+makedepends=('git')
+optdepends=(# Removed in 3.20.2 but still on master
+ #'libretro-blastem: Sega Mega Drive support'
'libretro-bsnes: Super Nintendo Entertainment System support'
'libretro-bsnes-mercury-git: Alternative Super Nintendo Entertainment System support'
# TODO: see if renaming module to desmume works
#'libretro-desmume2015: Nintendo DS support'
- 'libretro-dosbox-git: MS-DOS support'
+ # Removed in 3.20.2 but still on master
+ #'libretro-dosbox-git: MS-DOS support'
'libretro-gambatte: Nintendo Game Boy/Game Boy Color support'
'libretro-handy-git: Atari Lynx support'
- 'libretro-mame-git: Arcade support'
+ # Removed in 3.20.2 but still on master
+ #'libretro-mame-git: Arcade support'
# TODO: see if renaming module to beetle works
#'libretro-mednafen-ngp: Neo Geo Pocket Color'
#'libretro-mednafen-pce-fast: TurboGrafx support'
- 'libretro-mednafen-saturn-git: Sega Saturn support'
+ # Removed in 3.20.2 but still on master
+ #'libretro-mednafen-saturn-git: Sega Saturn support'
#'libretro-mednafen-vb: Nintendo Virtual Boy support'
#'libretro-mednafen-wswan: WonderSwan support'
'libretro-mgba: Nintendo Game Boy Advance support'
@@ -28,6 +33,7 @@ optdepends=('libretro-blastem: Sega Mega Drive support'
'libretro-pcsx-rearmed-git: Sony PlayStation support'
'libretro-picodrive-git: Sega Genesis/Master System/CD/32X/Pico support'
# Missing package
+ # Removed in 3.20.2 but still on master
#'libretro-prboom: Doom support'
'libretro-prosystem-git: Atari 7800 support'
'libretro-stella-git: Atari 2600 support')