From aa10485215eb564a2f412a090c38b2629dfb4d64 Mon Sep 17 00:00:00 2001 From: trya Date: Wed, 10 Jun 2015 19:30:05 +0200 Subject: Fixed architecture-dependant fields --- .SRCINFO | 7 +++++++ PKGBUILD | 13 +++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b8fd74f..0383135 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -27,6 +27,13 @@ pkgbase = kega-fusion md5sums = 130ce3ac8bd1993a32be20c051ffc779 md5sums = 5ecf6ba3ef1eff460ee659ef7b6e78db md5sums = 30396e603a6996e8f20a6be32430b6f6 + depends_x86_64 = lib32-alsa-lib + depends_x86_64 = lib32-glu + depends_x86_64 = lib32-libsm + depends_x86_64 = lib32-gtk2 + depends_x86_64 = lib32-mpg123 + optdepends_x86_64 = lib32-gtk-engines: libclearlooks.so library + optdepends_x86_64 = lib32-alsa-plugins: for PulseAudio users pkgname = kega-fusion diff --git a/PKGBUILD b/PKGBUILD index 7586874..bc3e13e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,15 +7,12 @@ pkgdesc="An emulator of classic Sega consoles, including SMS/GG, Genesis/Megadri url="http://www.carpeludum.com/kega-fusion" license=('custom') arch=('i686' 'x86_64') -if [ "$CARCH" == "x86_64" ]; then - depends=('lib32-alsa-lib' 'lib32-glu' 'lib32-libsm' 'lib32-gtk2' 'lib32-mpg123') - optdepends=('lib32-gtk-engines: libclearlooks.so library' - 'lib32-alsa-plugins: for PulseAudio users') -else - depends=('alsa-lib' 'glu' 'libsm' 'gtk2' 'mpg123') - optdepends=('gtk-engines: libclearlooks.so library') -fi +depends=('alsa-lib' 'glu' 'libsm' 'gtk2' 'mpg123') +optdepends=('gtk-engines: libclearlooks.so library') makedepends=('upx') +depends_x86_64=('lib32-alsa-lib' 'lib32-glu' 'lib32-libsm' 'lib32-gtk2' 'lib32-mpg123') +optdepends_x86_64=('lib32-gtk-engines: libclearlooks.so library' + 'lib32-alsa-plugins: for PulseAudio users') install="kega-fusion.install" source=("http://www.carpeludum.com/download/Fusion363x.tar.gz" "http://www.carpeludum.com/download/PluginsLinux.tar.gz" -- cgit v1.2.3