diff options
author | David Demelier <markand@malikania.fr> | 2020-04-07 18:20:31 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-11 21:12:37 +0000 |
commit | 65086827af2c932397e7df3c1e6e44fc00a66792 (patch) | |
tree | a6ed4ce00bf3de347045d2ab6ccf1a0de858bffa /community/retroarch | |
parent | 3191dec2c608eb0388204db0d26db1c79d92fc0f (diff) | |
download | aports-65086827af2c932397e7df3c1e6e44fc00a66792.tar.bz2 aports-65086827af2c932397e7df3c1e6e44fc00a66792.tar.xz |
community/retroarch: fix invalid paths
Diffstat (limited to 'community/retroarch')
-rw-r--r-- | community/retroarch/APKBUILD | 4 | ||||
-rw-r--r-- | community/retroarch/config.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/retroarch/APKBUILD b/community/retroarch/APKBUILD index 439ac46fe2..66069b5387 100644 --- a/community/retroarch/APKBUILD +++ b/community/retroarch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=retroarch pkgver=1.8.5 -pkgrel=0 +pkgrel=1 arch="all !mips !mips64" url="https://retroarch.com" pkgdesc="Reference frontend for the libretro API" @@ -34,4 +34,4 @@ package() { } sha512sums="068c658a6e1e9f8413a3c874aa2361bcb40a21cb2ace8f283422e176ad6a699e759317d2b573574fc41975b6d92a007d91717faec389819d758af6f850781e88 retroarch-1.8.5.tar.gz -55c08dc1d32c24b7fa15d9d843180d04147d0233eaf8cee6fb83d7393fc470f94aa16f22f6d10e75f2c66675979b2365993918fa11aaa32dc1f7951c7bca7038 config.patch" +a9c761fe1182fa712eafa4f7569321eae51143aa584d77ca0fd3caebd22b3ed2c71fb3a1e89a225063c42fa5a61d2ef805b3fc66ea99bfb4eb4d0d4f354fb94f config.patch" diff --git a/community/retroarch/config.patch b/community/retroarch/config.patch index c1b328c1cc..fae92f69b6 100644 --- a/community/retroarch/config.patch +++ b/community/retroarch/config.patch @@ -46,14 +46,14 @@ index 9d7c109bfe..3692e1af29 100644 # Path to content database directory. -# content_database_path = -+content_database_path = /usr/share/libretro/database ++content_database_path = /usr/share/libretro/database/rdb # Saved queries are stored to this directory. # cursor_directory = # Path to cheat database directory. -# cheat_database_path = -+cheat_database_path = /usr/share/libretro/database ++cheat_database_path = /usr/share/libretro/database/cht # Defines a directory where CPU-based video filters are kept. # video_filter_dir = |