summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68821b4263bc..db5212777589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = fuse-emulator-sdl-git
pkgdesc = ZX Spectrum emulator (SDL GUI).
- pkgver = 1.6.0.r76.gd9dc145
- pkgrel = 2
+ pkgver = 1.6.0.r84.g039d7db
+ pkgrel = 1
epoch = 1
url = http://fuse-emulator.sourceforge.net/fuse.php
arch = i686
arch = x86_64
- license = GPL
- depends = gtk3
+ license = GPL-2.0-or-later
depends = libspectrum-git
- depends = sdl
+ depends = sdl12-compat
+ depends = libpng
+ depends = hicolor-icon-theme
conflicts = fuse-emulator
conflicts = fuse-emulator-git
conflicts = fuse-emulator-sdl
diff --git a/PKGBUILD b/PKGBUILD
index 21295680b5b2..37de9afc8214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Daniel Menelkir (dmenelkir at gmail dot com)
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Contributor: Daniel Menelkir (dmenelkir at gmail dot com)
pkgname=fuse-emulator-sdl-git
-pkgver=1.6.0.r76.gd9dc145
-pkgrel=2
+pkgver=1.6.0.r84.g039d7db
+pkgrel=1
epoch=1
pkgdesc="ZX Spectrum emulator (SDL GUI)."
arch=('i686' 'x86_64')
url="http://fuse-emulator.sourceforge.net/fuse.php"
-license=("GPL")
-depends=('gtk3' "libspectrum-git" 'sdl')
+license=("GPL-2.0-or-later")
+depends=('libspectrum-git' 'sdl12-compat' 'libpng' 'hicolor-icon-theme')
conflicts=('fuse-emulator' 'fuse-emulator-git' 'fuse-emulator-sdl')
source=("fuse-emulator::git+https://git.code.sf.net/p/fuse-emulator/fuse"
"https://gitlab.com/menelkir/fuseroms/-/archive/0.2/fuseroms-0.2.tar.gz"