summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2023-05-15 01:38:02 -0700
committerZion Nimchuk2023-05-15 01:38:02 -0700
commit253dfc60346ecbf88d126ef37cdb7479977fd645 (patch)
treeba300d896e689ef9b5dd8bbe08128cfb3a043c45
parent4de6ff97287c56b10d963cd873c87eac4a11e140 (diff)
downloadaur-253dfc60346ecbf88d126ef37cdb7479977fd645.tar.gz
Just provide yuzu, yuzu-cmd is an old reference to the split citra package
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22e7a38357ea..056a512c0cd4 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,7 +35,6 @@ pkgbase = yuzu-git
depends = zlib
depends = zstd
provides = yuzu
- provides = yuzu-cmd
conflicts = yuzu
source = yuzu::git+https://github.com/yuzu-emu/yuzu
source = git+https://github.com/lsalzman/enet.git
diff --git a/PKGBUILD b/PKGBUILD
index 98c6ad1f20b7..b9a5c44e0412 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='An experimental open-source emulator for the Nintendo Switch'
arch=('i686' 'x86_64')
url='https://github.com/yuzu-emu/yuzu'
license=('GPL2')
-provides=('yuzu' 'yuzu-cmd')
+provides=('yuzu')
conflicts=('yuzu')
depends=('desktop-file-utils'
'fmt'