summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVaporeon2022-11-04 19:06:44 +1300
committerVaporeon2022-11-04 19:06:44 +1300
commit7a51926748519d7547e4586f7ffcc6f34be42d55 (patch)
tree28d496cd1487ca8a7e84df7dc99c513da6ac9e07 /PKGBUILD
parenta421983bd4bec0d3aea81185972320c82baeb9d3 (diff)
downloadaur-7a51926748519d7547e4586f7ffcc6f34be42d55.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34503655c01c..06922208b817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=punes-git
pkgver=0.109.r1893.2af242f7
pkgrel=1
-pkgdesc="Nintendo Entertaiment System emulator"
+pkgdesc="Nintendo Entertaiment System emulator (git build)"
arch=('x86_64')
url="https://github.com/punesemu/puNES"
license=('GPL2')
depends=('alsa-lib' 'desktop-file-utils' 'ffmpeg' 'hicolor-icon-theme' 'nvidia-cg-toolkit' 'libxrandr' 'qt5-base' 'qt5-svg')
-makedepends=('cmake' 'git' 'glu' 'ninja' 'qt5-tools')
+makedepends=('cmake' 'git' 'glu' 'ninja' 'qt5-tools' 'qt5-wayland')
conflicts=('punes')
provides=('punes')
source=("punes::git+https://github.com/punesemu/puNES.git")