summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlesh Slovak2022-04-03 21:36:28 -0400
committerAlesh Slovak2022-04-03 21:36:28 -0400
commit0de0604c112a2b9681539721963ed5bbb1fcf533 (patch)
tree3644a5d5cb8e9ced7b2a81a2b9fea946f512da78
parent37e1172b0458fe8355abec608b51a382cadf3162 (diff)
downloadaur-0de0604c112a2b9681539721963ed5bbb1fcf533.tar.gz
release 0.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10e287ed0b2b..0c9ceb5c3fa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chimera
pkgdesc = Configure and manage games in Steam
- pkgver = 0.13.2
+ pkgver = 0.14.1
pkgrel = 1
url = https://github.com/chimeraos/chimera
arch = any
@@ -46,7 +46,7 @@ pkgbase = chimera
provides = steam-buddy
conflicts = steam-tweaks
conflicts = steam-buddy
- source = chimera-0.13.2.tar.gz::https://github.com/chimeraos/chimera/archive/0.13.2.tar.gz
- md5sums = 73be57d6f196161c158fa383ab993f4d
+ source = chimera-0.14.1.tar.gz::https://github.com/chimeraos/chimera/archive/0.14.1.tar.gz
+ md5sums = cf3f920b8b20d3c775e651d53cb8376d
pkgname = chimera
diff --git a/PKGBUILD b/PKGBUILD
index 569505298002..353baef033ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alesh Slovak <aleshslovak@gmail.com>
pkgname=chimera
-pkgver=0.13.2
+pkgver=0.14.1
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' 'mesa-utils')
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=('73be57d6f196161c158fa383ab993f4d')
+md5sums=('cf3f920b8b20d3c775e651d53cb8376d')
build() {
cd "$srcdir/$pkgname-$pkgver"