summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2018-10-13 12:06:27 -0700
committerEric Anderson2018-10-13 12:06:27 -0700
commitd07e371f99d992f7ce6cbf10dfd3d4dd2bd4b35c (patch)
tree5994350fe2be17e962f367727625c7e2cc43ee1b
parentee7fec90813034d55b7cca093642c1e6bd86b053 (diff)
downloadaur-d07e371f99d992f7ce6cbf10dfd3d4dd2bd4b35c.tar.gz
Fix stella package name
-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')