summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6167ddfb1ff..f8b371c17e3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-games-libretro
pkgdesc = Libretro definitions for gnome-games
pkgver = 3.30.0
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.gnome.org/Apps/Games
arch = any
license = GPL3
@@ -18,7 +18,7 @@ pkgbase = gnome-games-libretro
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: Atari 2600 support
+ optdepends = libretro-stella-git: Atari 2600 support
source = git+https://gitlab.gnome.org/GNOME/gnome-games.git#tag=3.30.0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f096b906cb02..634c3f333c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-games-libretro
_srcname=gnome-games
pkgver=3.30.0
-pkgrel=3
+pkgrel=4
pkgdesc='Libretro definitions for gnome-games'
arch=('any')
url='https://wiki.gnome.org/Apps/Games'
@@ -30,7 +30,7 @@ optdepends=('libretro-blastem: Sega Mega Drive support'
# Missing package
#'libretro-prboom: Doom support'
'libretro-prosystem-git: Atari 7800 support'
- 'libretro-stella: Atari 2600 support')
+ 'libretro-stella-git: Atari 2600 support')
# libretro-cores is export-ignore in .gitattributes
source=("git+https://gitlab.gnome.org/GNOME/$_srcname.git#tag=$pkgver")
sha256sums=('SKIP')