summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis2024-04-08 04:11:06 +0000
committerAlexis2024-04-08 04:11:06 +0000
commit4785b6819f78b8480d8a22adcb6404f6acfe92c6 (patch)
treeeaf1189daa06a22c03ee9da8a4e5a0a6f15ae4fd
parent3a1e616f66f2d5d4af91314f41169281ea82cf35 (diff)
downloadaur-4785b6819f78b8480d8a22adcb6404f6acfe92c6.tar.gz
Updating latest version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a35ef8257f23..767cd8cad362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = catgirl-engine
pkgdesc = A game engine for cool moddability and procedurally generated data
- pkgver = 0.12.42
- pkgrel = 12
+ pkgver = 0.12.43
+ pkgrel = 13
url = https://github.com/lexi-the-cute/catgirl-engine
arch = any
license = Zlib
@@ -13,7 +13,7 @@ pkgbase = catgirl-engine
conflicts = catgirl-engine-git
options = !strip
options = !debug
- source = "catgirl-engine-0.12.42.tar.gz::https://static.crates.io/crates/catgirl-engine/catgirl-engine-0.12.42.crate"
+ source = "catgirl-engine-0.12.43.tar.gz::https://static.crates.io/crates/catgirl-engine/catgirl-engine-0.12.43.crate"
b2sums = SKIP
pkgname = catgirl-engine
diff --git a/PKGBUILD b/PKGBUILD
index 8922062e21b7..4daae9e2bf73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc="A game engine for cool moddability and procedurally generated data"
arch=('any')
url="https://github.com/lexi-the-cute/catgirl-engine"
license=(Zlib)
-pkgver=0.12.42
-pkgrel=11
+pkgver=0.12.43
+pkgrel=12
conflicts=(catgirl-engine-git)
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
b2sums=("SKIP")