summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2016-10-03 11:15:17 +0200
committerSanskritFritz2016-10-03 11:15:17 +0200
commit4bb81768471b9857899d40c3ff843704ee70a0ef (patch)
treebabb288134fbb5f25ab6cbbe43449ea4c74ed078
parent76988c8754e12f9d7ea01024a6199625f92254e1 (diff)
downloadaur-4bb81768471b9857899d40c3ff843704ee70a0ef.tar.gz
Fixed dependency version.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28c672634b33..61707e1e692c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="ZX Spectrum emulator."
arch=('i686' 'x86_64')
url="http://fuse-emulator.sourceforge.net/fuse.php"
license=("GPL")
-depends=('gtk3' 'libspectrum>=1.2.0' 'sdl')
+depends=('gtk3' "libspectrum=$pkgver" 'sdl')
# install="$pkgname.install"
source=("http://downloads.sourceforge.net/sourceforge/fuse-emulator/fuse-$pkgver.tar.gz"
"fuse-emulator.desktop")