summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Menelkir2022-12-09 12:37:30 -0300
committerDaniel Menelkir2022-12-09 12:37:30 -0300
commit7dd08372189969a5e8d37690058a2e1a55009608 (patch)
tree06117225eab2deef45ea16921a6bec2d93e489be /PKGBUILD
parentc23a71b8fe97008079eaddc2c3a2e7ea595c540b (diff)
downloadaur-fuse-emulator.tar.gz
Update to reflect the changes on sdl counterpart (conflict section)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b72f747831d..ba10c60c58df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=fuse-emulator
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="ZX Spectrum emulator."
arch=('i686' 'x86_64')
url="http://fuse-emulator.sourceforge.net/fuse.php"
license=("GPL")
depends=('gtk3' "libspectrum>1.4.3" 'sdl')
+conflicts=('fuse-emulator-sdl')
source=("http://downloads.sourceforge.net/sourceforge/fuse-emulator/fuse-$pkgver.tar.gz"
"https://gitlab.com/menelkir/fuseroms/-/archive/0.2/fuseroms-0.2.tar.gz"
"fuse-emulator.desktop")