summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-05-03 13:29:25 +0200
committerFrederic Bezies2021-05-03 13:29:25 +0200
commitf3483df015575c34c38632f249468d6d65434436 (patch)
tree993b0e40af8354a2b6eed71dafd39230bc10b929
parentfe95c4b4d2341c645fa4f647afaef25959ecd012 (diff)
downloadaur-f3483df015575c34c38632f249468d6d65434436.tar.gz
some PKGBUILD cleanup
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0642f999a1a2..07480cc01bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
pkgbase = zesarux
pkgdesc = A Zx80/Zx81/Z88, Zx Spectrum 16/48/128/+2/+2A and ZX-Uno emulator with ULAPlus support
pkgver = 9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chernandezba/zesarux
install = zesarux.install
arch = i686
arch = x86_64
license = GPL3
- optdepends = pulseaudio: for support Pulseaudio
+ depends = libcaca
+ depends = aalib
+ depends = alsa-lib
+ depends = libxxf86vm
+ optdepends = libpulse: for support Pulseaudio
optdepends = openssl: for enable SSL functions
optdepends = sdl: for support sdl video and audio output
conflicts = zesarux-git
diff --git a/PKGBUILD b/PKGBUILD
index 6a3bab864b87..ad6db60ae0a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=zesarux
pkgver=9.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Zx80/Zx81/Z88, Zx Spectrum 16/48/128/+2/+2A and ZX-Uno emulator with ULAPlus support"
arch=('i686' 'x86_64')
url="https://github.com/chernandezba/zesarux"
license=('GPL3')
conflicts=('zesarux-git')
-depens=(sdl)
-optdepends=('pulseaudio: for support Pulseaudio'
+depends=('libcaca' 'aalib' 'alsa-lib' 'libxxf86vm')
+optdepends=('libpulse: for support Pulseaudio'
'openssl: for enable SSL functions'
'sdl: for support sdl video and audio output')
source=("https://github.com/chernandezba/zesarux/releases/download/${pkgver}/ZEsarUX_src-${pkgver}.tar.gz")