summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05ac0fa9b235..76badd359da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x16-emulator-git
pkgdesc = An emulator for The 8-Bit Guy's Commander X16
- pkgver = r47.r0.g5427d47
+ pkgver = r47.r2.gd52f118
pkgrel = 1
url = http://commanderx16.com/
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = x16-emulator-git
provides = x16-emulator
conflicts = x16-emulator
conflicts = x16-emulator-bin
+ options = !debug
source = git+https://github.com/X16Community/x16-emulator.git
source = modify-base-path.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b619ae3ba6d7..3c0b64eceb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Julien Savard <juju@juju2143.ca>
pkgname=x16-emulator-git
-pkgver=r47.r0.g5427d47
+pkgver=r47.r2.gd52f118
pkgrel=1
pkgdesc="An emulator for The 8-Bit Guy's Commander X16"
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('x16-rom-git: ROMs for the emulator')
provides=('x16-emulator')
conflicts=('x16-emulator' 'x16-emulator-bin')
replaces=()
-options=()
+options=(!debug)
source=("git+https://github.com/X16Community/x16-emulator.git"
"modify-base-path.patch")
sha256sums=('SKIP'