summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50f9e97ca1b3..86786399a077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zesarux-git
pkgdesc = A Zx80/Zx81/Z88, Zx Spectrum 16/48/128/+2/+2A and ZX-Uno emulator with ULAPlus support. Development version.
- pkgver = ZEsarUX.11.0.beta1.r30.g2056b3e
+ pkgver = ZEsarUX.11.0.beta1.r194.g50ebe51
pkgrel = 1
epoch = 2
url = https://github.com/chernandezba/zesarux
@@ -16,6 +16,7 @@ pkgbase = zesarux-git
optdepends = openssl: for enable SSL functions
optdepends = sdl: for support sdl video and audio output
conflicts = zesarux
+ options = !debug
source = zesarux-code::git+https://github.com/chernandezba/zesarux.git
source = zesarux.desktop
source = zesarux.png
diff --git a/PKGBUILD b/PKGBUILD
index a708a5544df8..a6e7adce4615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alfonso Saavedra "Son Link" <sonlink.dourden@gmail.com>
pkgname=zesarux-git
-pkgver=ZEsarUX.11.0.beta1.r30.g2056b3e
+pkgver=ZEsarUX.11.0.beta1.r194.g50ebe51
_ver=11.0
pkgrel=1
epoch=2
@@ -15,6 +15,7 @@ depends=('libxxf86vm' 'aalib' 'libcaca' 'alsa-lib')
optdepends=('libpulse: for support Pulseaudio'
'openssl: for enable SSL functions'
'sdl: for support sdl video and audio output')
+options=(!debug)
source=('zesarux-code::git+https://github.com/chernandezba/zesarux.git'
zesarux.desktop
zesarux.png)