summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96f082da265a..f29fa0558290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rpcs3
pkgdesc = Open-source Sony PlayStation 3 Emulator
pkgver = 0.0.5
- pkgrel = 6
+ pkgrel = 7
url = https://rpcs3.net/
arch = x86_64
license = GPL2
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