summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis2024-04-11 13:56:37 +0000
committerAlexis2024-04-11 13:56:37 +0000
commit3381e0d01d72f9acf293f2df6a2fb446d53bff1a (patch)
tree0bdcc3d04700cb43102ff01e31bb273574b0719a
parent996cccda7a310d7768687cacaf17a14a740e0acb (diff)
downloadaur-3381e0d01d72f9acf293f2df6a2fb446d53bff1a.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 ec02f4dbbbcf..f2f27f30dec4 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.49
- pkgrel = 19
+ pkgver = 0.12.50
+ pkgrel = 20
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.49.tar.gz::https://static.crates.io/crates/catgirl-engine/catgirl-engine-0.12.49.crate"
+ source = "catgirl-engine-0.12.50.tar.gz::https://static.crates.io/crates/catgirl-engine/catgirl-engine-0.12.50.crate"
b2sums = SKIP
pkgname = catgirl-engine
diff --git a/PKGBUILD b/PKGBUILD
index 0956198d830b..5c566a6d33e2 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.49
-pkgrel=18
+pkgver=0.12.50
+pkgrel=19
conflicts=(catgirl-engine-git)
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
b2sums=("SKIP")