summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThaChillera2022-07-14 22:10:57 +0200
committerThaChillera2022-07-14 22:10:57 +0200
commit3eb1076327f3a1eca2b5c2197c242734694b8290 (patch)
tree89a9d2c909f5fd4ba7cb72490bc9e07450b98076
parentee405a4c4af80508ad8e3f25d205def9748d0b55 (diff)
downloadaur-3eb1076327f3a1eca2b5c2197c242734694b8290.tar.gz
July beta
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d87cee3dcc13..3f7d8dc710d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dolphin-emu-beta-git
pkgdesc = A Gamecube / Wii emulator - monthly beta release
- pkgver = 5.0.r16101.g8ecfa537a2
+ pkgver = 5.0.r16793.g3cd82b6193
pkgrel = 1
url = http://www.dolphin-emu.org/
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = dolphin-emu-beta-git
depends = libudev.so
depends = libusb-1.0.so
optdepends = pulseaudio: PulseAudio backend
- source = dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=8ecfa537a242de74d2e372e30d9d79b14584b2fb
+ source = dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=3cd82b619388d0877436390093a6edc2319a6904
sha256sums = SKIP
pkgname = dolphin-emu-beta-git
diff --git a/PKGBUILD b/PKGBUILD
index c02c41325f4b..26dec6246cb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _mainpkgname="$_projectname-beta"
_noguipkgname="$_projectname-beta-nogui"
pkgbase="$_mainpkgname-git"
pkgname=("$_mainpkgname-git" "$_noguipkgname-git")
-pkgver=5.0.r16101.g8ecfa537a2
+pkgver=5.0.r16793.g3cd82b6193
pkgrel=1
pkgdesc='A Gamecube / Wii emulator - monthly beta release'
arch=('x86_64')
@@ -27,7 +27,7 @@ depends=(
)
makedepends=('cmake' 'git' 'ninja' 'python')
optdepends=('pulseaudio: PulseAudio backend')
-source=("$_projectname::git+https://github.com/dolphin-emu/dolphin.git#commit=8ecfa537a242de74d2e372e30d9d79b14584b2fb")
+source=("$_projectname::git+https://github.com/dolphin-emu/dolphin.git#commit=3cd82b619388d0877436390093a6edc2319a6904")
sha256sums=('SKIP')
prepare() {