summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlesh Slovak2023-09-19 08:59:26 -0400
committerAlesh Slovak2023-09-19 08:59:26 -0400
commit2c779b204e9548eb6a0879f26a738682dc875b1e (patch)
treebe9c3df1f99e94848cdf6d2fd6d17b7ccd73acc3
parent9132eb28bc0452212bed5887ef9b6c0c7f32f6a4 (diff)
downloadaur-2c779b204e9548eb6a0879f26a738682dc875b1e.tar.gz
release 0.17.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 921d12ee0c3e..30563b932843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chimera
pkgdesc = Configure and manage games in Steam
- pkgver = 0.17.11
+ pkgver = 0.17.12
pkgrel = 1
url = https://github.com/chimeraos/chimera
arch = any
@@ -59,7 +59,7 @@ pkgbase = chimera
provides = steam-buddy
conflicts = steam-tweaks
conflicts = steam-buddy
- source = chimera-0.17.11.tar.gz::https://github.com/chimeraos/chimera/archive/0.17.11.tar.gz
- md5sums = fbe31833c40a74181a28be9dcbc09bf9
+ source = chimera-0.17.12.tar.gz::https://github.com/chimeraos/chimera/archive/0.17.12.tar.gz
+ md5sums = 068a638371d84c60589299618d99fab0
pkgname = chimera
diff --git a/PKGBUILD b/PKGBUILD
index e8b01287ac9e..002ecdca8880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alesh Slovak <aleshslovak@gmail.com>
pkgname=chimera
-pkgver=0.17.11
+pkgver=0.17.12
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' 'innoextract' 'mesa-utils' 'yq')
optdepends=('libretro-stella2014-git' 'libretro-opera-git' 'libretro-prosystem-git' 'libretro-citra' 'srt-live-server' 'steam-removable-media-git' 'wyvern') # 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=('fbe31833c40a74181a28be9dcbc09bf9')
+md5sums=('068a638371d84c60589299618d99fab0')
build() {
cd "$srcdir/$pkgname-$pkgver"