summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy Marquis2016-09-18 09:39:30 +0200
committerRemy Marquis2016-09-18 09:39:30 +0200
commit2215382167e250871583eb95a66c225b63a95720 (patch)
tree3e0432678314bc269110f99eea60ff66f116c867
parent151237ff4748c86905e3a35bcdb0601043892cbc (diff)
downloadaur-2215382167e250871583eb95a66c225b63a95720.tar.gz
do not set multilib-devel as explicit dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c58b6cdc05b..0cb59fa7578f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = et-sdl-sound
pkgdesc = Replacement for standard OSS sound system of Wolfenstein: Enemy Territory
pkgver = 29
- pkgrel = 11
+ pkgrel = 12
url = http://github.com/nullkey/et-sdl-sound/
arch = i686
arch = x86_64
license = GPL
- makedepends = multilib-devel
depends = lib32-sdl
depends = lib32-alsa-lib
depends = lib32-alsa-plugins
@@ -22,7 +21,6 @@ pkgbase = et-sdl-sound
depends_i686 = alsa-lib
depends_i686 = alsa-plugins
optdepends_i686 = libpulse: PulseAudio audio driver
- makedepends_i686 = base-devel
pkgname = et-sdl-sound
diff --git a/PKGBUILD b/PKGBUILD
index d4f6cf74ae2b..63534600bb4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
+# requires multilib-devel on x86_64
pkgname=et-sdl-sound
pkgver=29
-pkgrel=11
+pkgrel=12
pkgdesc="Replacement for standard OSS sound system of Wolfenstein: Enemy Territory"
arch=('i686' 'x86_64')
url="http://github.com/nullkey/et-sdl-sound/"
license=('GPL')
depends_i686=('sdl' 'alsa-lib' 'alsa-plugins')
-makedepends_i686=('base-devel')
optdepends_i686=('libpulse: PulseAudio audio driver')
depends_x86_64=('lib32-sdl' 'lib32-alsa-lib' 'lib32-alsa-plugins')
-makedepends_x86_64=('multilib-devel')
optdepends_x86_64=('lib32-libpulse: Pulseaudio audio driver')
options=(!strip)
source=("git://github.com/nullkey/et-sdl-sound.git"