Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 610B9782BC2 for ; Thu, 18 Jul 2019 21:18:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1769E203F1 for ; Thu, 18 Jul 2019 23:18:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fi2lb-ArkUwt; Thu, 18 Jul 2019 23:18:26 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563484706; bh=joyQgIm6H/cS4kBQgOl/WlJKkCtFy+XJbslBITW2UAs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=jydPm8PLV7ax9845ijT2iADj7iRaaeuF2sASFTmv0W4JVEo1SkL7ry6jCZugTdyy9 RLjF89HS1mPaobmrnpMtozcd7oJ9bxbmOYFFVxpeHNToklziGdSve21ompicw1fv65 7j7O/0nBIy0E0DTZIMgfsRSmdNcTyebY7c4uRPXmcm6T0Pgw5zAR38fiwPNVtBRaSI Zmh8GkAE3SRxZOYkqFKzriK/OgvVJzNkOJXC9B4LpdfpEPhn82NzfaLVSUtF+6NvpM 7wX5dFq1/XD63n7JcjM320C8E+U6ftM8SOKi01uvbpg7cfiAMbjZ1I6H1VXyQOJq4n GYzmfUKsqPfGg== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 2/2] testing/retroarch: add retroarch-joypad-autoconfig and libretro-core-info to depends Date: Thu, 18 Jul 2019 23:17:41 +0200 Message-Id: <20190718211741.30094-2-bribbers@disroot.org> In-Reply-To: <20190718211741.30094-1-bribbers@disroot.org> References: <20190718211741.30094-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/retroarch/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/retroarch/APKBUILD b/testing/retroarch/APKBUILD index fd726eade9..91a11e4511 100644 --- a/testing/retroarch/APKBUILD +++ b/testing/retroarch/APKBUILD @@ -3,12 +3,12 @@ pkgname=retroarch _pkgname=RetroArch pkgver=1.7.7 -pkgrel=2 +pkgrel=3 arch="all" url="https://www.libretro.com/" pkgdesc="Reference frontend for the libretro API" license="GPL-2.0-only" -depends="retroarch-assets" +depends="retroarch-assets retroarch-joypad-autoconfig libretro-core-info" makedepends="linux-headers mesa-dev qt5-qtbase-dev wayland-dev wayland-protocols zlib-dev alsa-lib-dev pulseaudio-dev sdl2-dev flac-dev mbedtls-dev libusb-dev ffmpeg-dev libxkbcommon-dev eudev-dev vulkan-loader-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/$pkgname/archive/v$pkgver.tar.gz config.patch" -- 2.22.0