summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis2024-04-03 04:14:47 +0000
committerAlexis2024-04-03 04:14:47 +0000
commit8d8d79d73310d88a2b5d68f29e265e9d2e232809 (patch)
tree40aea83f15df669a06a447aa347c0b87131e52e1
parent8e85d41d07d4bbf12114dc59b2e4a2dee363184f (diff)
downloadaur-8d8d79d73310d88a2b5d68f29e265e9d2e232809.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 5bac9e03540e..bac1f00665a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = catgirl-engine
pkgdesc = A game engine for cool moddability and procedurally generated data
- pkgver =
- pkgrel = 10
+ pkgver = 0.12.41
+ pkgrel = 11
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-.tar.gz::https://static.crates.io/crates/catgirl-engine/catgirl-engine-.crate"
+ source = "catgirl-engine-0.12.41.tar.gz::https://static.crates.io/crates/catgirl-engine/catgirl-engine-0.12.41.crate"
b2sums = SKIP
pkgname = catgirl-engine
diff --git a/PKGBUILD b/PKGBUILD
index 83bf371a2c4b..81cd8b0c0c32 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=
-pkgrel=9
+pkgver=0.12.41
+pkgrel=10
conflicts=(catgirl-engine-git)
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
b2sums=("SKIP")