summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEXtremeExploit2023-01-19 18:37:50 -0300
committerEXtremeExploit2023-01-19 18:37:50 -0300
commitd0729fdf83eead42eb0b605196c62045b2e4fe0f (patch)
tree11cd87660eae5f7df57c9cbf8db5c36f0e19f360
parentda71778e362c63137700133c2f59db25a5a28e8c (diff)
downloadaur-d0729fdf83eead42eb0b605196c62045b2e4fe0f.tar.gz
unzip gone and hello dbus
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e104d0dc832..634c61d8f6ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vita3k-git
pkgdesc = Experimental PlayStation Vita emulator
- pkgver = r2807.3b74ceb5
+ pkgver = r2992.6a0b2c8c
pkgrel = 1
url = https://vita3k.org/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = vita3k-git
makedepends = lld
depends = gtk3
depends = sdl2
- depends = unzip
depends = xdg-desktop-portal
+ depends = dbus
optdepends = vulkan-validation-layers: Descriptive vulkan errors
provides = vita3k
conflicts = vita3k
diff --git a/PKGBUILD b/PKGBUILD
index 2f9d8efc8e49..a0c3fe0afcd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="vita3k"
_remoteurl="https://github.com/Vita3K/Vita3K"
pkgname="${_pkgname}-git"
-pkgver=r2807.3b74ceb5
+pkgver=r2992.6a0b2c8c
pkgrel=1
pkgdesc="Experimental PlayStation Vita emulator"
arch=('x86_64')
@@ -22,8 +22,8 @@ makedepends=(
depends=(
'gtk3'
'sdl2'
- 'unzip'
'xdg-desktop-portal'
+ 'dbus'
)
optdepends=(
'vulkan-validation-layers: Descriptive vulkan errors'