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

Laurent Carlier lcarlier at gemini.archlinux.org
Sat Mar 12 12:36:43 UTC 2022


    Date: Saturday, March 12, 2022 @ 12:36:43
  Author: lcarlier
Revision: 1149914

upgpkg: hatari 2.3.1-2: enable midi support (FS#66764)

Modified:
  hatari/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-12 12:33:07 UTC (rev 1149913)
+++ PKGBUILD	2022-03-12 12:36:43 UTC (rev 1149914)
@@ -2,12 +2,12 @@
 
 pkgname=hatari
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='An Atari ST and STE emulator'
 arch=('x86_64')
 url='http://hatari.sourceforge.net/'
 license=('GPL')
-depends=('sdl2' 'libpng' 'portaudio' 'systemd-libs' 'hicolor-icon-theme')
+depends=('sdl2' 'libpng' 'portaudio' 'portmidi' 'systemd-libs' 'hicolor-icon-theme')
 makedepends=('cmake' 'systemd')
 source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
 sha256sums=('44a2f62ca995e38d9e0874806956f0b9c3cc84ea89e0169a63849b63cd3b64bd')



More information about the arch-commits mailing list