diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2023-03-15 01:14:35 +0100 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2023-03-15 01:18:57 +0100 | 
| commit | 752cb22d14f89d8ff357266c68f4357f01ff681e (patch) | |
| tree | ca7bb84fef98a0a1aeb110b41e19e4a9a206f98e | |
| parent | d6ba72e74f61e16cb2d434fa9ebbdf668696a3af (diff) | |
| download | tde-packaging-752cb22d.tar.gz tde-packaging-752cb22d.zip | |
ArchLinux arts: Remove pulseaudio-alsa from depends.
This resolve first part of issue #208.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rw-r--r-- | arch/tde-core/tde-arts/PKGBUILD | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/arch/tde-core/tde-arts/PKGBUILD b/arch/tde-core/tde-arts/PKGBUILD index 171e3d1bc..dc6f6f9eb 100644 --- a/arch/tde-core/tde-arts/PKGBUILD +++ b/arch/tde-core/tde-arts/PKGBUILD @@ -9,7 +9,7 @@ _kdemod="${_mod/tde/kde}"  pkgname="tde-${_mod}"  pkgver=14.0.13 -pkgrel=1 +pkgrel=2  pkgdesc="Trinity aRts Sound System and libraries"  arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le')  url="https://scm.trinitydesktop.org/scm/git/${_mod}" @@ -21,7 +21,6 @@ depends=('alsa-lib'  	'libmad'  	'libogg'  	'libvorbis' -	'pulseaudio-alsa'  	'tde-tqtinterface')  makedepends=('tde-cmake-trinity')  optdepends=('audio-convert: A script with an easy to use interface to convert audio files: wav, mp3, ogg, flac, aac, mpc, ape and wma' | 
