summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis2024-04-18 05:34:13 +0000
committerAlexis2024-04-18 05:34:13 +0000
commit1f4e278d75ca84c559672dc1d81f3e84f2d3d221 (patch)
treede6d79cf9f4e2e239d2802427453e4049997b083
parent3381e0d01d72f9acf293f2df6a2fb446d53bff1a (diff)
downloadaur-1f4e278d75ca84c559672dc1d81f3e84f2d3d221.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 f2f27f30dec4..48cedfbbc5dc 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.50
- pkgrel = 20
+ pkgver = 0.12.51
+ pkgrel = 21
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.50.tar.gz::https://static.crates.io/crates/catgirl-engine/catgirl-engine-0.12.50.crate"
+ source = "catgirl-engine-0.12.51.tar.gz::https://static.crates.io/crates/catgirl-engine/catgirl-engine-0.12.51.crate"
b2sums = SKIP
pkgname = catgirl-engine
diff --git a/PKGBUILD b/PKGBUILD
index 5c566a6d33e2..a1c3838beb91 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.50
-pkgrel=19
+pkgver=0.12.51
+pkgrel=20
conflicts=(catgirl-engine-git)
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
b2sums=("SKIP")