summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 397befb1a190..ca09eeab47d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libretro-ppsspp-gameros
pkgdesc = Sony PlayStation Portable core with all required assets
pkgver = 28196
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libretro/ppsspp
arch = x86_64
groups = libretro
@@ -19,6 +19,7 @@ pkgbase = libretro-ppsspp-gameros
depends = libzip
depends = snappy
depends = zlib
+ provides = libretro-ppsspp
conflicts = libretro-ppsspp
source = libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=f0ea814107e3c29fc3c961195765e9148fa97fdd
source = git+https://github.com/Kingcom/armips.git
diff --git a/PKGBUILD b/PKGBUILD
index 3db0e416c35a..6fed3eaf55fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libretro-ppsspp-gameros
pkgver=28196
-pkgrel=1
+pkgrel=2
pkgdesc='Sony PlayStation Portable core with all required assets'
arch=(x86_64)
url=https://github.com/libretro/ppsspp
@@ -27,6 +27,9 @@ makedepends=(
libglvnd
python
)
+provides=(
+ libretro-ppsspp
+)
conflicts=(
libretro-ppsspp
)