summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlesh Slovak2021-11-30 11:26:08 -0500
committerAlesh Slovak2021-11-30 11:26:08 -0500
commit52f3011ca441571a45147c256a1e3f7eb110097d (patch)
tree2947ec019c9a5914466a8330dcf69a94ce09cb7a
parentd6592f93da2384ab6261ee9610749e08edc64c71 (diff)
downloadaur-52f3011ca441571a45147c256a1e3f7eb110097d.tar.gz
release 0.12.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f437b65e4f9d..2d0c19d92ba6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chimera
pkgdesc = Configure and manage games in Steam
- pkgver = 0.12.4
+ pkgver = 0.12.5
pkgrel = 1
url = https://github.com/chimeraos/chimera
arch = any
@@ -45,7 +45,7 @@ pkgbase = chimera
provides = steam-buddy
conflicts = steam-tweaks
conflicts = steam-buddy
- source = chimera-0.12.4.tar.gz::https://github.com/chimeraos/chimera/archive/0.12.4.tar.gz
- md5sums = bd5fe1fef421072e42506fbe23749b8b
+ source = chimera-0.12.5.tar.gz::https://github.com/chimeraos/chimera/archive/0.12.5.tar.gz
+ md5sums = 7ee5681d8ef2a2b368004ee2c25a4473
pkgname = chimera
diff --git a/PKGBUILD b/PKGBUILD
index 9945097880a6..a3be03cec9d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alesh Slovak <aleshslovak@gmail.com>
pkgname=chimera
-pkgver=0.12.4
+pkgver=0.12.5
pkgrel=1
pkgdesc="Configure and manage games in Steam"
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('steam-tweaks' 'steam-buddy')
depends=('python' 'python-bottle' 'python-pyftpdlib' 'python-yaml' 'python-vdf' 'python-inotify-simple' 'python-requests' 'python-beaker' 'python-pygame' 'python-bcrypt' 'python-psutil' 'retroarch' 'libretro-genesis-plus-gx' 'libretro-mgba' 'libretro-nestopia' 'libretro-snes9x' 'libretro-mupen64plus-next' 'libretro-beetle-pce-fast' 'libretro-flycast' 'libretro-beetle-psx-hw' 'libretro-play' 'libretro-kronos' 'libretro-dolphin' 'retroarch-autoconfig-udev-git' 'flatpak' 'xdotool' 'ponymix' 'libretro-picodrive' 'legendary' 'ttf-dejavu' 'wyvern' 'innoextract')
optdepends=('libretro-mame-git' 'libretro-stella2014-git' 'libretro-opera-git' 'srt-live-server') # compiling cores takes a long time, so make them optional
source=("$pkgname-$pkgver.tar.gz::https://github.com/chimeraos/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('bd5fe1fef421072e42506fbe23749b8b')
+md5sums=('7ee5681d8ef2a2b368004ee2c25a4473')
build() {
cd "$srcdir/$pkgname-$pkgver"