summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEXtremeExploit2024-01-17 16:09:21 -0300
committerEXtremeExploit2024-01-17 16:09:21 -0300
commit384c53ef4c98b63f53fd071c5de4f8e4c29b68a1 (patch)
tree08f78142d41aea8aa8ee32a3448d26d5596d1bf9
parent48bd2dc04dc08328e8521e904c935d89cffd22ce (diff)
downloadaur-384c53ef4c98b63f53fd071c5de4f8e4c29b68a1.tar.gz
Remove unnecessary dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 2 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f09c2f73bc08..0f1e848ab34a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vita3k-git
pkgdesc = Experimental PlayStation Vita emulator
- pkgver = r3529.bef1567a6
+ pkgver = r3546.ef89d019d
pkgrel = 1
url = https://github.com/Vita3K/Vita3K
arch = x86_64
@@ -26,7 +26,6 @@ pkgbase = vita3k-git
source = better-enums::git+https://github.com/aantron/better-enums.git
source = capstone::git+https://github.com/aquynh/capstone.git
source = concurrentqueue::git+https://github.com/cameron314/concurrentqueue.git
- source = crypto-algorithms::git+https://github.com/KorewaWatchful/crypto-algorithms.git
source = cubeb::git+https://github.com/mozilla/cubeb.git
source = dirent::git+https://github.com/tronkko/dirent.git
source = fmt::git+https://github.com/fmtlib/fmt.git
@@ -57,7 +56,6 @@ pkgbase = vita3k-git
source = sanitizers-cmake::git+https://github.com/arsenm/sanitizers-cmake.git
source = psp2rela::git+https://github.com/Princess-of-Sleeping/psp2rela.git
source = libb64::git+https://github.com/korewawatchful/libb64.git
- source = libtomcrypt::git+https://github.com/korewawatchful/libtomcrypt.git
source = libzrif::git+https://github.com/KorewaWatchful/libzrif.git
source = psvpfsparser::git+https://github.com/Vita3K/psvpfsparser.git
source = zlib::git+https://github.com/korewawatchful/zlib.git
@@ -102,8 +100,6 @@ pkgbase = vita3k-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
pkgname = vita3k-git
depends = dbus
diff --git a/.gitignore b/.gitignore
index abee9823ae29..20f7340b00ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@ better-enums/
boost/
capstone/
concurrentqueue/
-crypto-algorithms/
cubeb/
dirent/
dlmalloc/
@@ -16,7 +15,6 @@ imgui_club/
LibAtrac9/
libb64/
libfat16/
-libtomcrypt/
libzrif/
nativefiledialog-extended/
printf/
diff --git a/PKGBUILD b/PKGBUILD
index c3a5f3d15f3e..bc80fa11203b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="vita3k"
pkgname="$_pkgname-git"
-pkgver=r3529.bef1567a6
+pkgver=r3546.ef89d019d
pkgrel=1
pkgdesc="Experimental PlayStation Vita emulator"
arch=('x86_64')
@@ -40,7 +40,6 @@ source=(
'better-enums'::'git+https://github.com/aantron/better-enums.git'
'capstone'::'git+https://github.com/aquynh/capstone.git'
'concurrentqueue'::'git+https://github.com/cameron314/concurrentqueue.git'
- 'crypto-algorithms'::'git+https://github.com/KorewaWatchful/crypto-algorithms.git'
'cubeb'::'git+https://github.com/mozilla/cubeb.git'
'dirent'::'git+https://github.com/tronkko/dirent.git'
'fmt'::'git+https://github.com/fmtlib/fmt.git'
@@ -83,7 +82,6 @@ source=(
# submodules for vita3k-psvpfstools
'libb64'::'git+https://github.com/korewawatchful/libb64.git'
- 'libtomcrypt'::'git+https://github.com/korewawatchful/libtomcrypt.git'
'libzrif'::'git+https://github.com/KorewaWatchful/libzrif.git'
'psvpfsparser'::'git+https://github.com/Vita3K/psvpfsparser.git'
'zlib'::'git+https://github.com/korewawatchful/zlib.git'
@@ -124,7 +122,6 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP'
@@ -139,7 +136,6 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
)
pkgver() {
@@ -159,7 +155,6 @@ prepare() {
['better-enums']='external/better-enums'
['capstone']='external/capstone'
['concurrentqueue']='external/concurrentqueue'
- ['crypto-algorithms']='external/crypto-algorithms'
['cubeb']='external/cubeb'
['dirent']='external/dirent'
['fmt']='external/fmt'
@@ -235,7 +230,6 @@ prepare() {
cd "external/psvpfstools"
local -A _submodules=(
['libb64']='libb64'
- ['libtomcrypt']='libtomcrypt'
['libzrif']='libzrif'
['psvpfsparser']='psvpfsparser'
['zlib']='zlib'