summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2019-09-28 11:40:04 -0700
committerEric Anderson2019-09-28 11:40:04 -0700
commitc9100939ed8ee83fce50564c3490da8bbd468f15 (patch)
tree80a4f221f5f553895e1908326d5a7982a3203a82
parentc3ab8672a59855219ab05b437cea55481040b2db (diff)
downloadaur-c9100939ed8ee83fce50564c3490da8bbd468f15.tar.gz
Bump to 3.34.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00d4644cf6bd..f7f7e68617d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,26 @@
pkgbase = gnome-games-libretro
pkgdesc = Libretro definitions for gnome-games
- pkgver = 3.30.2
+ pkgver = 3.34.0
pkgrel = 1
url = https://wiki.gnome.org/Apps/Games
arch = any
license = GPL3
makedepends = git
+ optdepends = libretro-blastem: Sega Mega Drive support
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.2
+ optdepends = libretro-stella2014-git: Atari 2600 support
+ source = git+https://gitlab.gnome.org/GNOME/gnome-games.git#tag=3.34.0
sha256sums = SKIP
pkgname = gnome-games-libretro
diff --git a/PKGBUILD b/PKGBUILD
index ec6d9958d5a7..732243fa2b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,30 +2,26 @@
pkgname=gnome-games-libretro
_srcname=gnome-games
-pkgver=3.30.2
+pkgver=3.34.0
pkgrel=1
pkgdesc='Libretro definitions for gnome-games'
arch=('any')
url='https://wiki.gnome.org/Apps/Games'
license=('GPL3')
makedepends=('git')
-optdepends=(# Removed in 3.20.2 but still on master
- #'libretro-blastem: Sega Mega Drive support'
+optdepends=('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'
- # Removed in 3.20.2 but still on master
- #'libretro-dosbox-git: MS-DOS support'
+ 'libretro-dosbox-git: MS-DOS support'
'libretro-gambatte: Nintendo Game Boy/Game Boy Color support'
'libretro-handy-git: Atari Lynx support'
- # Removed in 3.20.2 but still on master
- #'libretro-mame-git: Arcade support'
+ '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'
- # Removed in 3.20.2 but still on master
- #'libretro-mednafen-saturn-git: Sega Saturn support'
+ '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'
@@ -33,10 +29,9 @@ optdepends=(# Removed in 3.20.2 but still on master
'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')
+ 'libretro-stella2014-git: Atari 2600 support')
# libretro-cores is export-ignore in .gitattributes
source=("git+https://gitlab.gnome.org/GNOME/$_srcname.git#tag=$pkgver")
sha256sums=('SKIP')