summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2018-12-24 11:28:57 +0100
committerSanpi2018-12-24 11:28:57 +0100
commit0887ef745cf2e513a98f812e960787cc06827e55 (patch)
tree6802f567b64405959e9acc6d6a268fa1933cb756 /PKGBUILD
parent4cdb1df3a844d663b5a88d3b1f3cb97f6aecbad6 (diff)
downloadaur-0887ef745cf2e513a98f812e960787cc06827e55.tar.gz
Fixes patch path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a88f37d07ea7..e6e8f6d84c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3
pkgver=0.0.5
-pkgrel=6
+pkgrel=7
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=('x86_64')
url='https://rpcs3.net/'
@@ -75,7 +75,7 @@ prepare()
mkdir build
fi
- patch -Np1 -i "${srcdir}/../rpcs3.patch"
+ patch -Np1 -i "${srcdir}/rpcs3.patch"
cd build