[arch-commits] Commit in dosemu/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 7 22:08:23 UTC 2020


    Date: Tuesday, July 7, 2020 @ 22:08:23
  Author: foutrelis
Revision: 660450

upgpkg: dosemu 1:1.4.0.8+753+g18f6f5cd-3: depend on alsa-lib

Otherwise libplugin_alsa.so doesn't get built.

Modified:
  dosemu/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-07 21:38:32 UTC (rev 660449)
+++ PKGBUILD	2020-07-07 22:08:23 UTC (rev 660450)
@@ -6,13 +6,13 @@
 
 pkgname=dosemu
 pkgver=1.4.0.8+753+g18f6f5cd
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='DOS emulator'
 url='http://www.dosemu.org/'
 arch=('x86_64')
 license=('GPL' 'custom')
-depends=('gpm' 'slang' 'sdl' 'libxxf86vm' 'libsndfile')
+depends=('gpm' 'slang' 'sdl' 'libxxf86vm' 'libsndfile' 'alsa-lib')
 makedepends=('git' 'xorg-mkfontdir' 'xorg-bdftopcf' 'gendesk' 'imagemagick')
 backup=('etc/dosemu/dosemu.conf'
         'etc/dosemu/dosemu.users'



More information about the arch-commits mailing list