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 72c08d845c36..e3dafac32207 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = atari800-git
pkgdesc = An emulator of the Atari 800/800XL/130XE/5200 with various extensions - git
- pkgver = r2867.1cb3bb5f
+ pkgver = r2869.86d14298
pkgrel = 1
url = https://atari800.github.io
arch = i686
@@ -9,6 +9,7 @@ pkgbase = atari800-git
depends = sdl
optdepends = libpng: PNG screenshot support
conflicts = atari800
+ options = !debug
source = git+https://github.com/atari800/atari800.git
source = atari800.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d537a999f166..bf4d5dc8a983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=atari800-git
_pkgname=atari800
-pkgver=r2867.1cb3bb5f
+pkgver=r2869.86d14298
_pkgver=${pkgver//./_}
pkgrel=1
pkgdesc="An emulator of the Atari 800/800XL/130XE/5200 with various extensions - git"
@@ -13,6 +13,7 @@ license=('GPL2')
depends=('sdl')
conflicts=('atari800')
optdepends=('libpng: PNG screenshot support')
+options=(!debug)
source=("git+https://github.com/atari800/atari800.git"
"atari800.desktop")
sha256sums=('SKIP'