summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-30 14:49:46 +0200
committerDaniel Peukert2023-05-30 14:49:46 +0200
commit615acdbbe581f283c02b2b7494bd39593acd7163 (patch)
treed4689bb6335d1dba2fcb19607e47d659af4cf918
parentb1d7ef9008ba6162824cc57cf9ee70a17ee2e3e5 (diff)
downloadaur-615acdbbe581f283c02b2b7494bd39593acd7163.tar.gz
Remove the mbedtls patch, as it's been merged upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 310eb18c52fc..bb31495decb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dolphin-emu-git
pkgdesc = A Gamecube / Wii emulator
- pkgver = 5.0.r19452.g4dc4b28db4
+ pkgver = 5.0.r19461.g356792cc20
pkgrel = 1
url = https://dolphin-emu.org
arch = x86_64
@@ -45,7 +45,6 @@ pkgbase = dolphin-emu-git
source = dolphin-emu-git-rcheevos::git+https://github.com/RetroAchievements/rcheevos.git
source = dolphin-emu-git-vma::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
source = dolphin-emu-git-zlibng::git+https://github.com/zlib-ng/zlib-ng.git
- source = dolphin-emu-git-mbedtls2.diff::https://github.com/dolphin-emu/dolphin/pull/11847.diff
source = minizip-ng.diff
sha512sums = SKIP
sha512sums = SKIP
@@ -53,7 +52,6 @@ pkgbase = dolphin-emu-git
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = 062513965a9a037d3e755c4fe071a0454d3f71738d7659698ce7287019cb986e30dbdc29a43910117d284fa058426c937896e896c3007961a7daeb2a2422a9aa
sha512sums = b469597fe9b4e9be6ae9ab0330fe5e3d6b944a73505775ff75f9895ae4843768f3815d4b5b8e227d6d2e87c3f4882d6d7262f9df85be0aaddf46730a7afa16dd
pkgname = dolphin-emu-git
diff --git a/PKGBUILD b/PKGBUILD
index bdbe37c78309..41e243d7d7fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _mainpkgname="$_projectname-emu"
_noguipkgname="$_projectname-emu-nogui"
pkgbase="$_mainpkgname-git"
pkgname=("$pkgbase" "$_noguipkgname-git")
-pkgver='5.0.r19452.g4dc4b28db4'
+pkgver='5.0.r19461.g356792cc20'
pkgrel='1'
pkgdesc='A Gamecube / Wii emulator'
_pkgdescappend=' - git version'
@@ -29,7 +29,6 @@ source=(
"$pkgname-rcheevos::git+https://github.com/RetroAchievements/rcheevos.git"
"$pkgname-vma::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git"
"$pkgname-zlibng::git+https://github.com/zlib-ng/zlib-ng.git"
- "$pkgname-mbedtls2.diff::https://github.com/$_mainpkgname/$_projectname/pull/11847.diff"
'minizip-ng.diff'
)
sha512sums=('SKIP'
@@ -38,7 +37,6 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- '062513965a9a037d3e755c4fe071a0454d3f71738d7659698ce7287019cb986e30dbdc29a43910117d284fa058426c937896e896c3007961a7daeb2a2422a9aa'
'b469597fe9b4e9be6ae9ab0330fe5e3d6b944a73505775ff75f9895ae4843768f3815d4b5b8e227d6d2e87c3f4882d6d7262f9df85be0aaddf46730a7afa16dd')
_sourcedirectory="$pkgname"
@@ -48,9 +46,6 @@ prepare() {
if [ -d 'build/' ]; then rm -rf 'build/'; fi
mkdir 'build/'
- # Fix mbedtls dependency to use mbedtls2
- patch --forward -p1 < "$srcdir/$pkgname-mbedtls2.diff"
-
# Fix minizip-ng name for Arch
patch --forward -p1 < "$srcdir/minizip-ng.diff"