summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-11-30 17:02:34 +0100
committerSanpi2020-11-30 17:02:34 +0100
commit1cd3c692977d58ad27a5155909878b5e5df87b7e (patch)
tree51abd0c3fc746425fffff02a1a3838667fa78d8d
parent51d2133a56ba89894322f04029d3e47934766021 (diff)
downloadaur-1cd3c692977d58ad27a5155909878b5e5df87b7e.tar.gz
Adds libcurl-gnutls depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26dab8416ee..66c6c599633c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rpcs3-bin
pkgdesc = Open-source Sony PlayStation 3 Emulator
pkgver = 0.0.13
- pkgrel = 1
+ pkgrel = 2
url = https://rpcs3.net/
arch = x86_64
license = GPL2
@@ -12,6 +12,7 @@ pkgbase = rpcs3-bin
depends = vulkan-icd-loader
depends = hicolor-icon-theme
depends = libpulse
+ depends = libcurl-gnutls
depends = ncurses5-compat-libs
provides = rpcs3
conflicts = rpcs3
diff --git a/PKGBUILD b/PKGBUILD
index 445251655442..d493e5b0e2d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=rpcs3-bin
pkgver=0.0.13
_pkgbuild='11151-09a9d084'
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=('x86_64')
url='https://rpcs3.net/'
license=('GPL2')
-depends=(openal qt5-declarative glew-2.1 vulkan-icd-loader hicolor-icon-theme libpulse ncurses5-compat-libs)
+depends=(openal qt5-declarative glew-2.1 vulkan-icd-loader hicolor-icon-theme libpulse libcurl-gnutls ncurses5-compat-libs)
makedepends=('p7zip')
options=('!strip')
replaces=('rpcs3')
provides=('rpcs3')
conflicts=('rpcs3')
-# curl --silent --dump-header - https://github.com/RPCS3/rpcs3-binaries-linux/releases/latest | grep -i '^location: '
+# curl --silent --dump-header - https://github.com/RPCS3/rpcs3-binaries-linux/releases/latest | grep -i '^location: ' | sed 's#/tag/#/download/#'
_latest_release="https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-09a9d08466583df18925c59c8fec74f956ff0b1a"
source=("${_latest_release}/rpcs3-v$pkgver-${_pkgbuild}_linux64.AppImage")
sha256sums=('14c56db0091aac7b612ede593494cba01e9f0a7fd31e02103cb28adbd5d3c70f')