summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Wijsman2020-10-18 13:30:40 +0200
committerWouter Wijsman2020-10-18 13:30:40 +0200
commiteeec66fd1c870785bf5d2582409c990ef036da8c (patch)
treee4130d55a6efc3540325b370138b9a26281a525a
parent910de28edfc6a1e4aa192d16bfd9d8a86a7b69d3 (diff)
downloadaur-libretro-ppsspp-gameros.tar.gz
Provide libretro-ppsspp
This will allow steam-buddy to make use of this package if it would rely on libretro-ppsspp.
-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
)