summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2020-01-24 19:54:20 +0100
committerSanpi2020-01-24 19:54:20 +0100
commitb028dda08c083f41a03ff75f7f5cb56976e13531 (patch)
treec9420e127a991505c0b14060dbd0ccfdfa75af60 /PKGBUILD
parentf3187cd027002ab23ff4508c0df4504f09c7b507 (diff)
downloadaur-b028dda08c083f41a03ff75f7f5cb56976e13531.tar.gz
Adds ncurses5-compat-libs dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef7ff399aefb..492fde1d55a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=rpcs3-bin
pkgver=0.0.8
_pkgbuild='9311-b3ad89cc'
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=('x86_64')
url='https://rpcs3.net/'
license=('GPL2')
-depends=(openal qt5-declarative glew vulkan-icd-loader hicolor-icon-theme libpulse)
+depends=(openal qt5-declarative glew vulkan-icd-loader hicolor-icon-theme libpulse ncurses5-compat-libs)
makedepends=('p7zip')
options=('!strip')
replaces=('rpcs3')