summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEXtremeExploit2023-11-08 20:13:22 -0300
committerEXtremeExploit2023-11-08 20:13:22 -0300
commit15e9b806771b58572ed1e66a059a30cb8431b1e5 (patch)
tree75b2f83c2578fe76ab3d3add00dbed73f4e743f6
parent6d5a52dde094df3aea0c9e516fd88d044f7bc4cd (diff)
downloadaur-15e9b806771b58572ed1e66a059a30cb8431b1e5.tar.gz
Add libcurl-gnutils dependecy
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3094157c984b..7bf92ed6cd5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vita3k-git
pkgdesc = Experimental PlayStation Vita emulator
- pkgver = r3435.50141315
+ pkgver = r3472.ca39e6dff
pkgrel = 1
url = https://github.com/Vita3K/Vita3K
arch = x86_64
@@ -9,10 +9,12 @@ pkgbase = vita3k-git
makedepends = clang
makedepends = cmake
makedepends = git
+ makedepends = libcurl-gnutils
makedepends = lld
makedepends = ninja
makedepends = python
depends = dbus
+ depends = libcurl-gnutils
depends = sdl2
optdepends = vulkan-validation-layers: Descriptive vulkan errors
provides = vita3k
@@ -104,6 +106,7 @@ pkgbase = vita3k-git
pkgname = vita3k-git
depends = dbus
+ depends = libcurl-gnutils
depends = sdl2
depends = hicolor-icon-theme
depends = xdg-desktop-portal
diff --git a/PKGBUILD b/PKGBUILD
index b930d0b5340c..1111f70a1860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="vita3k"
pkgname="$_pkgname-git"
-pkgver=r3435.50141315
+pkgver=r3472.ca39e6dff
pkgrel=1
pkgdesc="Experimental PlayStation Vita emulator"
arch=('x86_64')
@@ -15,12 +15,14 @@ makedepends=(
'clang'
'cmake'
'git'
+ 'libcurl-gnutils'
'lld'
'ninja'
'python'
)
depends=(
'dbus'
+ 'libcurl-gnutils'
'sdl2'
)
optdepends=(