~alpine/aports

testing/retroarch: fix url v1 PROPOSED

Bart Ribbers: 1
 testing/retroarch: fix url

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2902/mbox | git am -3
Learn more about email & git

[PATCH] testing/retroarch: fix url Export this patch

---
 testing/retroarch/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/retroarch/APKBUILD b/testing/retroarch/APKBUILD
index 91a11e4511..1900646919 100644
--- a/testing/retroarch/APKBUILD
+++ b/testing/retroarch/APKBUILD
@@ -3,9 +3,9 @@
pkgname=retroarch
_pkgname=RetroArch
pkgver=1.7.7
pkgrel=3
pkgrel=4
arch="all"
url="https://www.libretro.com/"
url="https://retroarch.com"
pkgdesc="Reference frontend for the libretro API"
license="GPL-2.0-only"
depends="retroarch-assets retroarch-joypad-autoconfig libretro-core-info"
-- 
2.21.0