From 7ebfe4b66621d1fbb06fb8f9faf3534b71364d18 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 3 Sep 2022 13:21:02 -0700 Subject: Fix depends --- PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f9223e0..f26cb1c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,6 @@ # Maintainer: jc_gargma -# Maintainer (Arch): schuay +# Maintainer: Maxime Gauduin +# Contributor (Arch): schuay # Contributor (Arch): Jonathan Conder # Contributor (Arch): Brad Fanella # Contributor (Arch): Arkham @@ -18,7 +19,7 @@ pkgname=desmume pkgver=0.9.13 _pkgver=0_9_13 -pkgrel=1 +pkgrel=1.2 pkgdesc="Nintendo DS emulator" arch=('x86_64') url="https://desmume.org/" @@ -26,10 +27,9 @@ license=('GPL') # # For some reason this breaks compiling. "error: C++ compiler cannot create executables" # # But old-fashioned raw injection of -flto=auto via export doesn't. #options=(lto) -depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl2' 'gtk2' 'zziplib') -makedepends=('intltool' 'mesa') +depends=('alsa-lib' 'desktop-file-utils' 'glu' 'gtk2' 'libopenal.so' 'libpcap' 'sdl2' 'soundtouch' 'zlib' 'zziplib') +makedepends=('intltool' 'mesa' 'meson') source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/TASEmulators/${pkgname}/archive/refs/tags/release_${_pkgver}.tar.gz") -sha256sums=('7e513f3112ac2955bd0951bc00a94f10220999b036745bde5ac01eb524e05b57') b2sums=('d63ed03801a15a3429c12b05da4ff2e4ea851a7dc307d4a4e02b6a0f74b2c4fab3a27ff14f6c563c9b84a827bb7d7db3083884154049cf8a8ffd5df6aa310e5c') build() { -- cgit v1.2.1