summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis2024-04-02 05:11:54 -0400
committerAlexis2024-04-02 05:11:54 -0400
commitf404631c5c6086927de22fdc079c18ac31dbd19c (patch)
tree62c3fad4d65078074f239d2ff3758421701277e4
parent1abeec4b0b8975078fff48f74a6393179cf51cd7 (diff)
downloadaur-f404631c5c6086927de22fdc079c18ac31dbd19c.tar.gz
no debug package
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89839b5eb76d..935baf79ea2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@ pkgdesc="A game engine for cool moddability and procedurally generated data"
arch=('any')
license=(Zlib)
url="https://github.com/lexi-the-cute/catgirl-engine"
-pkgver=v0.12.30.r20.g9e0dc34
+pkgver=v0.12.32.r1.g996abc2
pkgrel=2
provides=("catgirl-engine=${pkgver%%.r*}")
conflicts=(catgirl-engine)
source=("git+https://github.com/lexi-the-cute/catgirl-engine.git")
b2sums=("SKIP")
+options=(!strip !debug)
depends=()
makedepends=(
"git"