summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Koloberdin2019-04-02 23:30:52 +0300
committerMichael Koloberdin2019-04-02 23:30:52 +0300
commitae217d00bb2b0ad821455a5cececaaca45339056 (patch)
tree3314d2c5240e7c170a3ce715f19e70e104ea33cb /PKGBUILD
parenta05cb93e3ffc9e9720962b4eb105c9f7c20ec147 (diff)
downloadaur-unreal-speccy-portable-git.tar.gz
Should depend on sdl2 rather than sdl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c35d5ac5471..27b1ff90048b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Koloberdin <koloberdin@gmail.com>
pkgname=unreal-speccy-portable-git
pkgver=0.0.83.r1.ged823c7
-pkgrel=2
+pkgrel=3
pkgdesc="Portable ZX Spectrum emulator based on UnrealSpeccy 0.37.3 by SMT"
arch=('x86_64')
_reponame='unrealspeccyp'
url="https://bitbucket.org/djdron/${_reponame}"
license=('GPL')
-depends=('sdl' 'curl' 'mesa')
+depends=('sdl2' 'curl' 'mesa')
makedepends=('cmake' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")