summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlesh Slovak2023-03-23 21:57:31 -0400
committerAlesh Slovak2023-03-23 21:57:31 -0400
commit65a844f6104ad9b79538d052b6abfb4f086a2338 (patch)
tree1711987360b0fd1b36aa0d00f3308e2e3074609f
parent2876b1295c30aacb520ebbed5e9dd27bd44164f4 (diff)
downloadaur-65a844f6104ad9b79538d052b6abfb4f086a2338.tar.gz
release 0.17.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 879a6f923912..ac630364c387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chimera
pkgdesc = Configure and manage games in Steam
- pkgver = 0.17.2
+ pkgver = 0.17.3
pkgrel = 1
url = https://github.com/chimeraos/chimera
arch = any
@@ -60,7 +60,7 @@ pkgbase = chimera
provides = steam-buddy
conflicts = steam-tweaks
conflicts = steam-buddy
- source = chimera-0.17.2.tar.gz::https://github.com/chimeraos/chimera/archive/0.17.2.tar.gz
- md5sums = d8fc44d45b1e2b1a80df20d4e4042374
+ source = chimera-0.17.3.tar.gz::https://github.com/chimeraos/chimera/archive/0.17.3.tar.gz
+ md5sums = 7f1f005d8dc3a6a80b7435b8c1a8266a
pkgname = chimera
diff --git a/PKGBUILD b/PKGBUILD
index 22aa84ade24c..13788ebe7418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alesh Slovak <aleshslovak@gmail.com>
pkgname=chimera
-pkgver=0.17.2
+pkgver=0.17.3
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-pyglet' 'python-bcrypt' 'python-psutil' 'python-pyudev' 'python-leveldb' 'python-paste' '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-pcsx2' 'libretro-kronos' 'libretro-mame' 'libretro-dolphin' 'libretro-desmume' 'libretro-picodrive' 'libretro-mesen-s' 'dolphin-emu' 'retroarch-autoconfig-udev-git' 'flatpak' 'xdotool' 'xorg-xprop' 'xorg-xwininfo' 'xorg-xdpyinfo' 'ponymix' 'legendary' 'ttf-dejavu' 'wyvern' 'innoextract' 'mesa-utils' 'yq')
optdepends=('libretro-stella2014-git' 'libretro-opera-git' 'libretro-prosystem-git' 'libretro-citra' 'srt-live-server' 'steam-removable-media-git' 'ffmpeg') # 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=('d8fc44d45b1e2b1a80df20d4e4042374')
+md5sums=('7f1f005d8dc3a6a80b7435b8c1a8266a')
build() {
cd "$srcdir/$pkgname-$pkgver"