summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-02-09 12:12:32 +0100
committerMarco Rubin2023-02-09 12:12:32 +0100
commit97669e1436d0fecdce7bb1cda7ab913c0371eebc (patch)
tree30fc4b1c7a9d8036f304f55c4ed59ac238e853e7
parent198dc778c5216bbc600aef4b85fda2edcafd24d3 (diff)
downloadaur-97669e1436d0fecdce7bb1cda7ab913c0371eebc.tar.gz
Permissions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5ad21589ec3..1bbfce042ca6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ryujinx
pkgdesc = Experimental Nintendo Switch Emulator written in C#
pkgver = 1.1.614
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Ryujinx/Ryujinx
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b4adf04cfd36..ac0250c705d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=Ryujinx
pkgname=ryujinx
pkgver=1.1.614
_commit=5f38086f9494a4ffbcb4b0ce4b7727ad8ac18b3e
-pkgrel=2
+pkgrel=3
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
arch=(x86_64)
url="https://github.com/Ryujinx/Ryujinx"
@@ -19,7 +19,7 @@ b2sums=('SKIP')
# pkgver() {
# cd $_name
-# # changelog is $url/wiki/Changelog, needs python-html2text
+# # changelog is $url/wiki/Changelog, needs python-html2text
# _commit_msg=$(git log -1 --pretty=%B | awk '{$NF=""}1') # remove PR number in parentheses
# html2text ../Changelog | grep -B 4 "${_commit_msg::length - 1}" | head -n 1 | awk '{print $2}'
# }
@@ -43,6 +43,8 @@ package() {
mkdir -p $pkgdir/opt/ryujinx
cp -R Ryujinx/bin/Release/net7.0/linux-x64/publish/* "$pkgdir/opt/ryujinx/"
cp -R Ryujinx.Ava/bin/Release/net7.0/linux-x64/publish/* "$pkgdir/opt/ryujinx/"
+ chmod 755 "$pkgdir/opt/ryujinx/Ryujinx"
+ chmod 755 "$pkgdir/opt/ryujinx/Ryujinx.Ava"
install -dm755 "$pkgdir/usr/bin"
ln -s "/opt/ryujinx/Ryujinx" "$pkgdir/usr/bin/Ryujinx"